Module tantivy::index

source ·
Expand description

§Index Module

The index module in Tantivy contains core components to read and write indexes.

It contains Index and Segment, where a Index consists of one or more Segments.

Structs§

Enums§

  • The order to sort by
  • Enum describing each component of a tantivy segment. Each component is stored in its own file, using the pattern segment_uuid.component_extension, except the delete component that takes an segment_uuid.delete_opstamp.component_extension