Hybrid search
A retrieval method that combines lexical keyword matching with semantic vector search and merges both result sets into one ranking.
Business example
An employee asks for the travel policy using everyday language. Semantic retrieval finds the concept, while keyword retrieval preserves an exact policy code and the hybrid ranker combines both signals.
How it works
- 1.Run a lexical query that rewards exact terms and identifiers.
- 2.Run a vector query that retrieves conceptually similar passages.
- 3.Normalize or fuse both ranked result lists into one ordered set.
- 4.Apply permissions, metadata, and optional reranking before sending context to the answer model.
Common misconceptions
Related concepts
Related reading
Sources
- https://learn.microsoft.com/en-us/azure/search/hybrid-search-overview
- https://opensearch.org/blog/building-effective-hybrid-search-in-opensearch-techniques-and-best-practices/
- https://weaviate.io/blog/hybrid-search-explained
Reviewed:
Reviewed by: Javier Chulvi Bernad · LLM Engineer · Madrid