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.

IntersectionDocSet

Creates a DocSet that iterator through the intersection of two DocSets.

InvertedIndexSerializer

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

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.

Enums

SkipResult

Expresses the outcome of a call to DocSet's .skip_next(...).

Traits

DocSet

Represents an iterable set of sorted doc ids.

HasLen

Has length trait

Postings

Postings (also called inverted list)