Crate tantivy_sstable

Source

Re-exports§

pub use self::merge::VoidMerge;

Modules§

merge
value

Structs§

BlockAddr
BlockReader
DeltaReader
DeltaWriter
Dictionary
An SSTable is a sorted map that associates sorted &[u8] keys to any kind of typed values.
MonotonicU64SSTable
SSTable associated keys to u64 sorted in order.
RangeSSTable
SSTable associating keys to ranges. The range are required to partition the space.
Reader
SSTable reader.
SSTableDataCorruption
SSTableIndexBuilder
SSTableIndexV3
Streamer
Streamer acts as a cursor over a range of terms of a segment. Terms are guaranteed to be sorted.
StreamerBuilder
StreamerBuilder is a helper object used to define a range of terms that should be streamed.
VoidSSTable
Writer

Enums§

SSTableIndex

Traits§

SSTable
SSTable makes it possible to read and write sstables with typed values.

Type Aliases§

TermOrdinal