Expand description
Pluggable search backends behind a unified sync interface.
SearchProvider is the common trait every ranking backend implements.
KeywordIndex is a minimal, dependency-free term-frequency backend used
for tests and simple keyword search.
Structs§
- Keyword
Index - A simple keyword (term-frequency) index over a fixed set of documents.
Traits§
- Search
Provider - Unified sync interface for search backends producing ranked results.