Skip to main content

Module search

Module search 

Source

Structs§

SearchResult

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.