Skip to main content

Module provider

Module provider 

Source
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§

KeywordIndex
A simple keyword (term-frequency) index over a fixed set of documents.

Traits§

SearchProvider
Unified sync interface for search backends producing ranked results.