Expand description
Scalar indices for metadata search & filtering
Re-exports§
pub use inverted::tokenizer::InvertedIndexParams;
Modules§
- bitmap
- btree
- expression
- flat
- inverted
- label_
list - lance_
format - Utilities for serializing and deserializing scalar indices in the lance format
- ngram
Structs§
- Full
Text Search Query - A full text search query
- Scalar
Index Params
Enums§
- Label
List Query - A query that a LabelListIndex can satisfy
- Sargable
Query - A query that a basic scalar index (e.g. btree / bitmap) can satisfy
- Scalar
Index Type - Search
Result - The result of a search operation against a scalar index
- Text
Query - A query that a NGramIndex can satisfy
Constants§
Traits§
- AnyQuery
- Different scalar indices may support different kinds of queries
- Index
Reader - Trait for reading an index (or parts of an index) from storage
- Index
Store - Trait abstracting I/O away from index logic
- Index
Writer - Trait for storing an index (or parts of an index) into storage
- Scalar
Index - A trait for a scalar index, a structure that can determine row ids that satisfy scalar queries