Crate tantivy_sstable
source ·Re-exports§
pub use self::merge::VoidMerge;
Modules§
Structs§
- An SSTable is a sorted map that associates sorted
&[u8]
keys to any kind of typed values. - SSTable associated keys to u64 sorted in order.
- SSTable associating keys to ranges. The range are required to partition the space.
- SSTable reader.
Streamer
acts as a cursor over a range of terms of a segment. Terms are guaranteed to be sorted.StreamerBuilder
is a helper object used to define a range of terms that should be streamed.
Enums§
Traits§
- SSTable makes it possible to read and write sstables with typed values.