Expand description
Information-theoretic code search pipeline (3-stage: prefilter, filter, KMI rerank).
Structs§
- Search
Options - Tunables for the three-stage information-theoretic search pipeline.
- Snippet
- One scored retrieval unit returned by code search.
Enums§
- Search
Granularity - Candidate unit granularity for stage-0/1 collection.
- Stage2
Prior Mode - Stage-2 prior handling strategy for KMI reranking.
Functions§
- run_
search - Run search with default options and print top shell extraction commands.
- run_
search_ with_ options - Run search with explicit options and print top shell extraction commands.
- search_
with_ options - Run the full 3-stage search pipeline and return ranked results.