Search Hybrid
localnest_search_hybridRetrieve code results by combining keyword and semantic search with RRF ranking for queries emphasizing both exact terms and contextual meaning.
Instructions
[DEEP_ANALYSIS] Run lexical + semantic retrieval and return RRF-ranked results. Best for queries where concepts and context matter as much as exact keywords.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| project_path | No | ||
| all_roots | No | ||
| glob | No | * | |
| max_results | No | ||
| case_sensitive | No | ||
| min_semantic_score | No | ||
| auto_index | No | ||
| use_reranker | No | ||
| response_format | No | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes |