Skip to main content

Module query

Module query 

Source

Structs§

QueryFlags
Flags modifying how a query is interpreted by the search engine and index layer.
QueryPlanner
Plans candidate selection by consulting the index registry and falling back to a filesystem walk when no index can narrow the query.
QuerySpec
Index-agnostic query description.

Enums§

CandidateRequirement
Whether search needs all candidate paths or only potential matches.
UnindexedStrategy
Whether the planner should walk for files not present in the index snapshot.