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
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ For more detailed information about the `start-local` setup, refer to the [READM

## Next steps [local-dev-next-steps]

Use our [quick start guides](/solutions/search/api-quickstarts.md) to learn the basics of {{es}}.
Use our [quick start guides](/solutions/search/get-started/quickstarts.md) to learn the basics of {{es}}.
3 changes: 3 additions & 0 deletions redirects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,3 +330,6 @@ redirects:

# 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'

# Related to https://github.com/elastic/docs-content/pull/2719
'solutions/search/api-quickstarts.md': 'solutions/search/get-started/quickstarts.md'
36 changes: 0 additions & 36 deletions solutions/search/api-quickstarts.md

This file was deleted.

4 changes: 2 additions & 2 deletions solutions/search/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ Building a search experience with {{es}} requires a number of fundamental implem
Each decision builds on the previous ones, offering flexibility to mix and match approaches based on your needs.

::::{tip}
Already have an {{es}} deployment? You can get started with our hands-on [quick start tutorials](api-quickstarts.md), or check out our [Python notebooks](https://github.com/elastic/elasticsearch-labs/tree/main/notebooks#readme).
::::
Already have an {{es}} deployment? You can get started with our hands-on [quickstart guides](/solutions/search/get-started/quickstarts.md), or check out our [Python notebooks](https://github.com/elastic/elasticsearch-labs/tree/main/notebooks#readme).
::::
15 changes: 9 additions & 6 deletions solutions/search/get-started/quickstarts.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,30 @@
---
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/quickstart.html
applies_to:
stack:
serverless: ga
products:
- id: elasticsearch
---

# {{es}} quickstarts

Our quickstarts reduce your time-to-value by offering a fast path to learn about search strategies.
Quickstarts reduce your time-to-value by offering a fast path to learn about search strategies.
Each quickstart provides:

- A highly opinionated, fast path to a specific use case
- Sensible configuration defaults with minimal configuration required

Follow the steps in these guides to get started quickly:

- [](/solutions/search/get-started/index-basics.md)
- [](/solutions/search/get-started/keyword-search-python.md)
- [](/solutions/search/get-started/semantic-search.md)
- [](/solutions/search/vector/bring-own-vectors.md)

For more advanced API examples, check out [](/solutions/search/api-quickstarts.md).

## Related resources

- [](/get-started/index.md): an introduction to Elastic
- [](/manage-data/ingest.md): an overview of data ingestion methods
- [Get started with Query DSL search and filters](elasticsearch://reference/query-languages/query-dsl/full-text-filter-tutorial.md)
- [Get started with ES|QL queries](elasticsearch://reference/query-languages/esql/esql-getting-started.md)
- [Analyze eCommerce data with aggregations using Query DSL](/explore-analyze/query-filter/aggregations/tutorial-analyze-ecommerce-data-with-aggregations-using-query-dsl.md)
- [](/solutions/search/hybrid-semantic-text.md)
3 changes: 1 addition & 2 deletions solutions/search/querying-for-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ These query languages are complementary, not mutually exclusive. You can use dif
You can use the [{{es}} REST APIs](https://www.elastic.co/docs/api/doc/elasticsearch) to search your data using any HTTP client, including the [{{es}} client libraries](site-or-app/clients.md), or directly in [Console](/explore-analyze/query-filter/tools/console.md). You can also run searches using [Discover](/explore-analyze/discover.md) in the UI.
::::


::::{tip}
Try our hands-on [quick start tutorials](api-quickstarts.md) to get started, or check out our [Python notebooks](https://github.com/elastic/elasticsearch-labs/tree/main/notebooks#readme).
Try our hands-on [quickstart guides](/solutions/search/get-started/quickstarts.md) to get started, or check out our [Python notebooks](https://github.com/elastic/elasticsearch-labs/tree/main/notebooks#readme).
::::
2 changes: 1 addition & 1 deletion solutions/search/serverless-elasticsearch-get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ If you’re already familiar with Elasticsearch, you can jump right into setting
## Next steps [elasticsearch-next-steps]

* Once you’ve added data to your {{es-serverless}} project, you can use [Playground](rag/playground.md) to test and tweak {{es}} queries and chat with your data, using GenAI.
* You can also try our hands-on [quick start tutorials](/solutions/search/api-quickstarts.md) in the core {{es}} documentation.
* You can also try our hands-on [quickstart guides](/solutions/search/get-started/quickstarts.md) in the core {{es}} documentation.
1 change: 0 additions & 1 deletion solutions/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ toc:
- file: search/get-started/index-basics.md
- file: search/get-started/keyword-search-python.md
- file: search/get-started/semantic-search.md
- file: search/api-quickstarts.md
- file: search/ingest-for-search.md
children:
- file: search/search-pipelines.md
Expand Down
Loading