Structs§
Constants§
- PAGERANK_
MAX_ BOOST - Maximum PageRank boost added to a result when its file ranks at the top of the import graph. Sized to be smaller than fuzzy/FTS spread so it tilts near-ties toward globally important files without overpowering text relevance.
- SEMANTIC_
BOOST_ THRESHOLD - Minimum cosine similarity for boosting existing search results with semantic scores.
- SEMANTIC_
COUPLING_ THRESHOLD - Minimum cosine similarity for semantic coupling detection in reports.
- SEMANTIC_
NEW_ RESULT_ THRESHOLD - Minimum cosine similarity for surfacing new semantic-only results.
Functions§
- search_
symbols_ hybrid - Hybrid symbol search: exact → FTS5 → fuzzy → semantic.
- search_
symbols_ hybrid_ with_ semantic - Full hybrid search with optional semantic scores and PageRank file importance.