Module tantivy::postings [] [src]

Postings module (also called inverted index)

Structs

BlockSegmentPostings

BlockSegmentPostings is a cursor iterating over blocks of documents.

FieldSerializer

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

InvertedIndexSerializer

PostingsSerializer is in charge of serializing postings on disk, in the * .idx (inverted index) * .pos (positions file) * .term (term dictionary)

SegmentPostings

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

TermInfo

TermInfo contains all of the information associated to terms in the .term file.

Traits

HasLen

Has length trait

Postings

Postings (also called inverted list)