Skip to main content

Module executor

Module executor 

Source
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.
QueryOptions
Tunable knobs that control query execution behaviour.
QueryStats
Performance counters collected during query execution.