The Hybrid Query stage performs hybrid lexical-semantic search that combines BM25-type lexical search with KNN dense vector search via Solr.
ImportantThis stage is deprecated. Use Neural Hybrid Query Stage (5.9.10 and later) instead.
Not sure which hybrid query stage is right for you? Read about the differences between the hybrid query stages.
This feature is only available in Managed Fusion 5.9.x for versions 5.9.6+.

Configuration

When entering configuration values in the UI, use unescaped characters, such as \t for the tab character. When entering configuration values in the API, use escaped characters, such as \\t for the tab character.