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.

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.