Expand description
Grep pipeline orchestration.
Bridges the query planner, index registry, candidate filter, and search
engine into a single GrepRequest::run() call. This is the primary API
the CLI calls. The pipeline is index-agnostic: it works with whatever
index types the Indexes registry has opened.
Structsยง
- Grep
Request - User-facing request to the grep pipeline.
- GrepRun
- Result of the grep pipeline.