Skip to main content

Module reader

Module reader 

Source
Expand description

Segment reader: parse segment bytes, provide typed component accessors.

Parses a segment produced by [SegmentBuilder], validates checksums, and provides accessors for term lookups, posting list iteration, norms, and document store retrieval.

See [[architecture-segment-layout]] and [[architecture-query-execution]].

Structs§

SegmentReader
Reads a segment produced by super::builder::SegmentBuilder.