Skip to main contentModule query
Source - 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.
- 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.