﻿---
title: Hybrid search
description: Hybrid search combines traditional full-text search with AI-powered search for more powerful search experiences that serve a wider range of user needs...
url: https://www.elastic.co/elastic/docs-builder/docs/3016/solutions/search/hybrid-search
products:
  - Elastic Cloud Enterprise
  - Elastic Cloud Hosted
  - Elastic Cloud Serverless
  - Elastic Cloud on Kubernetes
  - Elastic Stack
  - Elasticsearch
applies_to:
  - Elastic Cloud Serverless: Generally available
  - Elastic Stack: Generally available
---

# Hybrid search
Hybrid search combines traditional [full-text search](https://www.elastic.co/elastic/docs-builder/docs/3016/solutions/search/full-text) with [AI-powered search](https://www.elastic.co/elastic/docs-builder/docs/3016/solutions/search/ai-search/ai-search) for more powerful search experiences that serve a wider range of user needs.
The recommended way to use hybrid search in the Elastic Stack is following the `semantic_text` workflow. Check out the [hands-on tutorial](https://www.elastic.co/elastic/docs-builder/docs/3016/solutions/search/hybrid-semantic-text) for a step-by-step guide.
We recommend implementing hybrid search with the [reciprocal rank fusion (RRF)](https://docs-v3-preview.elastic.dev/elastic/docs-builder/docs/3016/reference/elasticsearch/rest-apis/reciprocal-rank-fusion) algorithm. This approach merges rankings from both semantic and lexical queries, giving more weight to results that rank high in either search. This ensures that the final results are balanced and relevant.