Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions solutions/search.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
applies:
stack:
serverless:
mapped_urls:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/search-with-elasticsearch.html
- https://www.elastic.co/guide/en/serverless/current/what-is-elasticsearch-serverless.html
Expand Down Expand Up @@ -31,7 +34,7 @@
1. [**Ingestion**](search/ingest-for-search.md): What tools will you use to get your content into {{es}}?
1. [**Search approaches**](search/search-approaches.md): What search techniques and algorithms will you use to find relevant results?
1. **Implementation tools**: How will you write queries and interact with {{es}}?
- Which [programming language client]() matches your application?

Check warning on line 37 in solutions/search.md

View workflow job for this annotation

GitHub Actions / preview / build

Found empty url
- Which API endpoints and [query language(s)](search/querying-for-search.md) will you use to express your search logic?

Each decision builds on the previous ones, offering flexibility to mix and match approaches based on your needs.
Expand Down
5 changes: 5 additions & 0 deletions solutions/search/ai-search/ai-search.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
applies:
stack:
serverless:
---
# AI-powered search

Natural language understanding and information retrieval go hand in hand in modern search systems. Sometimes [full-text search](../full-text.md) alone isn't enough. Machine learning techniques are powerful tools for helping users find data based on intent and contextual meaning.
Expand Down
5 changes: 5 additions & 0 deletions solutions/search/api-quickstarts.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
applies:
stack:
serverless:
---
# API quickstarts

Use the following quickstarts to get hands-on experience with Elasticsearch APIs and tools:
Expand Down
3 changes: 3 additions & 0 deletions solutions/search/apis-and-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
mapped_urls:
- https://www.elastic.co/guide/en/serverless/current/elasticsearch-dev-tools.html
- https://www.elastic.co/guide/en/enterprise-search/current/search-ui.html
applies:
stack:
serverless:
---

# APIs and tools
Expand Down
3 changes: 3 additions & 0 deletions solutions/search/async-search-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/async-search-intro.html
navigation_title: The `async-search` API
applies:
stack:
serverless:
---

# Long running searches with the Async Search API [async-search-intro]
Expand Down
3 changes: 3 additions & 0 deletions solutions/search/cross-cluster-search.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-cross-cluster-search.html
applies:
stack:
serverless:
---

# Cross-cluster search [modules-cross-cluster-search]
Expand Down
5 changes: 5 additions & 0 deletions solutions/search/elasticsearch-basics-quickstart.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
applies:
stack:
serverless:
---
# Basics quickstart [getting-started]


Expand Down
3 changes: 3 additions & 0 deletions solutions/search/full-text.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/full-text-search.html
applies:
stack:
serverless:
---

# Full-text search [full-text-search]
Expand Down
5 changes: 5 additions & 0 deletions solutions/search/full-text/how-full-text-works.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
applies:
stack:
serverless:
---
# How full-text search works [full-text-search-how-it-works]

The following diagram illustrates the components of full-text search.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/consistent-scoring.html
applies:
stack:
serverless:
---

# Getting consistent scoring [consistent-scoring]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/mixing-exact-search-with-stemming.html
applies:
stack:
serverless:
---

# Mixing exact search with stemming [mixing-exact-search-with-stemming]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/static-scoring-signals.html
applies:
stack:
serverless:
---

# Incorporating static relevance signals into the score [static-scoring-signals]
Expand Down
3 changes: 3 additions & 0 deletions solutions/search/full-text/search-with-synonyms.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
mapped_urls:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/search-with-synonyms.html
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-add-custom-bundle-plugin.html
applies:
stack:
serverless:
---

# Search with synonyms
Expand Down
3 changes: 3 additions & 0 deletions solutions/search/full-text/text-analysis-during-search.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis.html
applies:
stack:
serverless:
---

# Text analysis during search [analysis]
Expand Down
3 changes: 3 additions & 0 deletions solutions/search/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
mapped_urls:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/getting-started.html
- https://www.elastic.co/guide/en/serverless/current/elasticsearch-get-started.html
applies:
stack:
serverless:
---

# Get started
Expand Down
5 changes: 5 additions & 0 deletions solutions/search/hybrid-search.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
applies:
stack:
serverless:
---
# Hybrid search

Hybrid search combines traditional [full-text search](full-text.md) with [AI-powered search](ai-search/ai-search.md) for more powerful search experiences that serve a wider range of user needs.
Expand Down
3 changes: 3 additions & 0 deletions solutions/search/hybrid-semantic-text.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
navigation_title: "Hybrid search with `semantic_text`"
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/semantic-text-hybrid-search.html
applies:
stack:
serverless:
---

# Hybrid search with `semantic_text` [semantic-text-hybrid-search]
Expand Down
3 changes: 3 additions & 0 deletions solutions/search/inference-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ mapped_urls:
- https://www.elastic.co/guide/en/kibana/current/inference-endpoints.html

navigation_title: Inference integrations
applies:
stack:
serverless:
---

# Integrate with third-party services
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
navigation_title: "Alibaba Cloud AI Search"
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-alibabacloud-ai-search.html
applies:
stack:
serverless:
---

# AlibabaCloud AI Search inference integration [infer-service-alibabacloud-ai-search]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
navigation_title: "Amazon Bedrock"
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-amazon-bedrock.html
applies:
stack:
serverless:
---

# Amazon Bedrock inference integration [infer-service-amazon-bedrock]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
navigation_title: "Anthropic"
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-anthropic.html
applies:
stack:
serverless:
---

# Anthropic inference integration [infer-service-anthropic]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
navigation_title: "Azure AI Studio"
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-azure-ai-studio.html
applies:
stack:
serverless:
---

# Azure AI Studio inference integration [infer-service-azure-ai-studio]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
navigation_title: "Azure OpenAI"
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-azure-openai.html
applies:
stack:
serverless:
---

# Azure OpenAI inference integration [infer-service-azure-openai]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
navigation_title: "Chat completion"
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/master/chat-completion-inference-api.html
applies:
stack:
serverless:
---

# Chat completion inference API [chat-completion-inference-api]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
navigation_title: "Cohere"
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-cohere.html
applies:
stack:
serverless:
---

# Cohere inference integration [infer-service-cohere]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
navigation_title: "Elastic Inference Service"
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/master/infer-service-elastic.html
applies:
stack:
serverless:
---

# Elastic Inference Service (EIS) [infer-service-elastic]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
navigation_title: "Elasticsearch"
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-elasticsearch.html
applies:
stack:
serverless:
---

# Elasticsearch inference integration [infer-service-elasticsearch]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
navigation_title: "ELSER"
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-elser.html
applies:
stack:
serverless:
---

# ELSER inference integration [infer-service-elser]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
navigation_title: "Google AI Studio"
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-google-ai-studio.html
applies:
stack:
serverless:
---

# Google AI Studio inference integration [infer-service-google-ai-studio]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
navigation_title: "Google Vertex AI"
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-google-vertex-ai.html
applies:
stack:
serverless:
---

# Google Vertex AI inference integration [infer-service-google-vertex-ai]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
navigation_title: "HuggingFace"
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-hugging-face.html
applies:
stack:
serverless:
---

# HuggingFace inference integration [infer-service-hugging-face]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
navigation_title: "JinaAI"
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/master/infer-service-jinaai.html
applies:
stack:
serverless:
---

# JinaAI inference integration [infer-service-jinaai]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
navigation_title: "Mistral"
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-mistral.html
applies:
stack:
serverless:
---

# Mistral inference integration [infer-service-mistral]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
navigation_title: "OpenAI"
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-openai.html
applies:
stack:
serverless:
---

# OpenAI inference integration [infer-service-openai]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
navigation_title: "Watsonx"
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-watsonx-ai.html
applies:
stack:
serverless:
---

# Watsonx inference integration [infer-service-watsonx-ai]
Expand Down
3 changes: 3 additions & 0 deletions solutions/search/ingest-for-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ mapped_urls:
- https://www.elastic.co/guide/en/serverless/current/elasticsearch-ingest-data-through-api.html
- https://www.elastic.co/guide/en/elasticsearch/reference/current/ingest-pipeline-search.html
- https://www.elastic.co/guide/en/serverless/current/elasticsearch-ingest-your-data.html
applies:
stack:
serverless:
---

# Ingest for search use cases
Expand Down
3 changes: 3 additions & 0 deletions solutions/search/querydsl-full-text-filter-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
mapped_urls:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/full-text-filter-tutorial.html
navigation_title: "Full-text search and filtering"
applies:
stack:
serverless:
---

# Tutorial: Full-text search and filtering in {{es}} [full-text-filter-tutorial]
Expand Down
3 changes: 3 additions & 0 deletions solutions/search/querying-for-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ mapped_urls:
- https://www.elastic.co/guide/en/serverless/current/elasticsearch-search-your-data.html
- https://www.elastic.co/guide/en/serverless/current/elasticsearch-search-your-data-the-search-api.html
navigation_title: Build search queries
applies:
stack:
serverless:
---

# Build your search queries
Expand Down
3 changes: 3 additions & 0 deletions solutions/search/rag.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/_retrieval_augmented_generation.html
applies:
stack:
serverless:
---

# RAG [_retrieval_augmented_generation]
Expand Down
3 changes: 3 additions & 0 deletions solutions/search/rag/playground-context.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
mapped_pages:
- https://www.elastic.co/guide/en/kibana/current/playground-context.html
applies:
stack:
serverless:
---

# Optimize model context [playground-context]
Expand Down
Loading
Loading