pub fn adaptive_vector_weight(kind: QueryKind) -> f32Expand description
Return an adaptive vector_weight (0.0–1.0) for a HybridSearcher
based on the inferred [QueryKind].
| QueryKind | vector_weight | Rationale |
|---|---|---|
| Keyword | 0.25 | Exact-term signals dominate |
| Hybrid | 0.50 | Balanced blend |
| Semantic | 0.75 | Embedding captures intent better |