logo
Expand description

Postings module (also called inverted index)

Structs

BlockSegmentPostings is a cursor iterating over blocks of documents.

The field serializer is in charge of the serialization of a specific field.

InvertedIndexSerializer is in charge of serializing postings on disk, in the

SegmentPostings represents the inverted list or postings associated to a term in a Segment.

TermInfo wraps the metadata associated to a Term. It is segment-local.

Traits

Postings (also called inverted list)