Expand description
Full-text search across entities with BM25 scoring via tantivy.
SearchScope.query is the sole text-predicate entry point.
Empty or absent query โ metadata-only scan (the list semantics
path). Metadata, topology, and pagination filters still run
in-memory against the store after the tantivy hit set is collected.