Structs§
- Http
Index - HTTP-based index for remote access
- Http
Multi Index - Container for multiple HTTP indices keyed by field name
- Memory
Index - In-memory index implementation that wraps the Stree structure
- Memory
Multi Index - Container for multiple in-memory indices with different key types
- Query
- A complete query with multiple conditions
- Query
Condition - A query condition with an enum key type
- Stream
Index - Stream-based index for file access
- Stream
Multi Index - Container for multiple stream indices with different key types
Enums§
- Operator
- Comparison operators for queries
Traits§
- Multi
Index - Trait for multi-index query capabilities
- Read
Seek - Trait alias for objects that implement Read and Seek, to allow trait objects
- Search
Index - Core trait for index searching capabilities
- Typed
Http Search Index - Trait for HTTP indices with heterogeneous key support
- Typed
Search Index - Trait for different index types we might store
- Typed
Stream Search Index - Trait for typed stream search index with heterogeneous key types