Expand description
Query executor — search through the index and verify results.
Handles literal searches, indexed regex, and full scans. Supports optional caching layers: posting list cache, negative result cache, and regex compilation pool.
Structs§
- Executor
- Query executor that searches through an open index and verifies candidate files against the original regex.
- Match
- A single regex match found in a file.
- Query
Options - Tunable knobs that control query execution behaviour.
- Query
Stats - Performance counters collected during query execution.