Skip to main content

Module query

Module query 

Source

Structs§

HttpIndex
HTTP-based index for remote access
HttpMultiIndex
Container for multiple HTTP indices keyed by field name
MemoryIndex
In-memory index implementation that wraps the Stree structure
MemoryMultiIndex
Container for multiple in-memory indices with different key types
Query
A complete query with multiple conditions
QueryCondition
A query condition with an enum key type
StreamIndex
Stream-based index for file access
StreamMultiIndex
Container for multiple stream indices with different key types

Enums§

Operator
Comparison operators for queries

Traits§

MultiIndex
Trait for multi-index query capabilities
ReadSeek
Trait alias for objects that implement Read and Seek, to allow trait objects
SearchIndex
Core trait for index searching capabilities
TypedHttpSearchIndex
Trait for HTTP indices with heterogeneous key support
TypedSearchIndex
Trait for different index types we might store
TypedStreamSearchIndex
Trait for typed stream search index with heterogeneous key types