Expand description
Ranked hybrid query: FTS5 BM25 + tag / alias / title boosts.
This is not neural retrieval. Scores are useful for ordering within a single brain (and for cross-workspace merge) but are not calibrated probabilities.
Structs§
- Pending
Link - Unresolved link kept for later resolution.
- Query
Options - Options for
Database::search_ranked/crate::Brain::query_ranked. - Ranked
Hit - A single ranked search hit.
Enums§
- Scope
Main Include - How much of MainBrain to include when
QueryOptions::scopeis set.