pub type SearchResult = (Vec<(Uuid, f64)>, bool, SearchEngine);Expand description
Full-text search: hybrid via zetetes when the vault carries a
zetetes chain, else logopsis BM25. Hits are mapped to their
owning live jots, deduplicated keeping the best score, capped
at k.
Returns the scored hits, whether the result was truncated at
k, and which engine served the query.