Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
6 changes: 5 additions & 1 deletion redirects.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
redirects:
'deploy-manage/security/secure-http-communications.md': '!deploy-manage/security/secure-cluster-communications.md'
'deploy-manage/security/manually-configure-security-in-self-managed-cluster.md': '!deploy-manage/security/self-setup.md'
Expand Down Expand Up @@ -309,4 +309,8 @@
'solutions/security/configure-elastic-defend/enable-access-for-macos-ventura-higher.md': 'solutions/security/configure-elastic-defend/enable-access-for-macos.md'

# Related to https://github.com/elastic/docs-content/pull/2245/
'solutions/search/elasticsearch-basics-quickstart.md': 'solutions/search/get-started/index-basics.md'
'solutions/search/elasticsearch-basics-quickstart.md': 'solutions/search/get-started/index-basics.md'

# Related to https://github.com/elastic/elasticsearch/pull/133362
'solutions/search/querydsl-full-text-filter-tutorial.md': 'elasticsearch://reference/query-languages/query-dsl/full-text-filter-tutorial.md'
'
2 changes: 1 addition & 1 deletion solutions/search/api-quickstarts.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Prefer working in Python? Check out our executable [Python notebooks](https://gi
Use the following quickstarts to get hands-on experience with Elasticsearch APIs and tools:

- [Index and search data using Elasticsearch APIs](get-started/index-basics.md): Learn about indices, documents, and mappings, and perform a basic search using the Query DSL.
- [Basic full-text search and filtering in Elasticsearch](querydsl-full-text-filter-tutorial.md): Learn about different options for querying data, including full-text search and filtering, using the Query DSL.
- [Basic full-text search and filtering in Elasticsearch](elasticsearch://reference/query-languages/query-dsl/full-text-filter-tutorial.md): Learn about different options for querying data, including full-text search and filtering, using the Query DSL.
- [Analyze eCommerce data with aggregations using Query DSL](/explore-analyze/query-filter/aggregations/tutorial-analyze-ecommerce-data-with-aggregations-using-query-dsl.md): Learn how to analyze data using different types of aggregations, including metrics, buckets, and pipelines.
% - [Getting started with {{esql}}](esql-getting-started.md): Learn how to query and aggregate your data using {{esql}}.
- [Search and filter with {{esql}}](esql-search-tutorial.md): Learn how to perform full-text and semantic search in {{esql}}, combined with filtering.
Expand Down
2 changes: 1 addition & 1 deletion solutions/search/esql-search-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ navigation_title: Search and filter with ES|QL
# Search and filter with {{esql}}

:::{tip}
This tutorial presents examples in {{esql}} syntax. Refer to [the Query DSL version](querydsl-full-text-filter-tutorial.md) for the equivalent examples in Query DSL syntax.
This tutorial presents examples in {{esql}} syntax. Refer to [the Query DSL version](elasticsearch://reference/query-languages/query-dsl/full-text-filter-tutorial.md) for the equivalent examples in Query DSL syntax.
:::

This is a hands-on introduction to the basics of full-text search and semantic search, using [{{esql}}](/explore-analyze/query-filter/languages/esql.md).
Expand Down
4 changes: 2 additions & 2 deletions solutions/search/full-text.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ products:
# Full-text search [full-text-search]

::::{tip}
Would you prefer to start with a hands-on example? Refer to our [full-text search tutorial](querydsl-full-text-filter-tutorial.md).
Would you prefer to start with a hands-on example? Refer to our [full-text search tutorial](elasticsearch://reference/query-languages/query-dsl/full-text-filter-tutorial.md).
::::

Full-text search, also known as lexical search, is a technique for fast, efficient searching through text fields in documents. Documents and search queries are transformed to enable returning [relevant](https://www.elastic.co/what-is/search-relevance) results instead of simply exact term matches. Fields of type [`text`](elasticsearch://reference/elasticsearch/mapping-reference/text.md#text-field-type) are analyzed and indexed for full-text search.
Expand All @@ -25,7 +25,7 @@ You can combine full-text search with [semantic search using vectors](semantic-s

For a high-level overview of how full-text search works, refer to [How full-text search works](full-text/how-full-text-works.md).

For a hands-on introduction to full-text search, refer to the [full-text search tutorial](querydsl-full-text-filter-tutorial.md).
For a hands-on introduction to full-text search, refer to the [full-text search tutorial](elasticsearch://reference/query-languages/query-dsl/full-text-filter-tutorial.md).


## Learn more [full-text-search-learn-more]
Expand Down
4 changes: 2 additions & 2 deletions solutions/search/get-started/index-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,6 @@ To try out similar steps from the {{es}} Python client, go to [](/solutions/sear
The following resources will help you understand {{es}} concepts better and dive into the basics of query languages for searching data:

* [Fundamentals of Elasticsearch](/manage-data/data-store.md)
* [Search and filter with Query DSL](/solutions/search/querydsl-full-text-filter-tutorial.md)
* [Search using ES|QL](/solutions/search/esql-search-tutorial.md)
* [Search and filter with Query DSL](elasticsearch://reference/query-languages/query-dsl/full-text-filter-tutorial.md)
* [Search using ES|QL](esql-search-tutorial.md)

Loading
Loading