Skip to content

Commit 88a57ff

Browse files
authored
Remove Elasticsearch API quickstart page (#2719)
1 parent 5062837 commit 88a57ff

File tree

8 files changed

+17
-49
lines changed

8 files changed

+17
-49
lines changed

deploy-manage/deploy/self-managed/_snippets/start-local.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ For more detailed information about the `start-local` setup, refer to the [READM
3636

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

39-
Use our [quick start guides](/solutions/search/api-quickstarts.md) to learn the basics of {{es}}.
39+
Use our [quick start guides](/solutions/search/get-started/quickstarts.md) to learn the basics of {{es}}.

redirects.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,3 +330,6 @@ redirects:
330330

331331
# Related to https://github.com/elastic/elasticsearch/pull/133362
332332
'solutions/search/querydsl-full-text-filter-tutorial.md': 'elasticsearch://reference/query-languages/query-dsl/full-text-filter-tutorial.md'
333+
334+
# Related to https://github.com/elastic/docs-content/pull/2719
335+
'solutions/search/api-quickstarts.md': 'solutions/search/get-started/quickstarts.md'

solutions/search/api-quickstarts.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

solutions/search/get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ Building a search experience with {{es}} requires a number of fundamental implem
2828
Each decision builds on the previous ones, offering flexibility to mix and match approaches based on your needs.
2929

3030
::::{tip}
31-
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).
32-
::::
31+
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).
32+
::::
Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,30 @@
11
---
2+
mapped_pages:
3+
- https://www.elastic.co/guide/en/elasticsearch/reference/current/quickstart.html
24
applies_to:
5+
stack:
36
serverless: ga
47
products:
58
- id: elasticsearch
69
---
710

811
# {{es}} quickstarts
912

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

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

1619
Follow the steps in these guides to get started quickly:
1720

21+
- [](/solutions/search/get-started/index-basics.md)
1822
- [](/solutions/search/get-started/keyword-search-python.md)
1923
- [](/solutions/search/get-started/semantic-search.md)
20-
- [](/solutions/search/vector/bring-own-vectors.md)
21-
22-
For more advanced API examples, check out [](/solutions/search/api-quickstarts.md).
2324

2425
## Related resources
2526

26-
- [](/get-started/index.md): an introduction to Elastic
27-
- [](/manage-data/ingest.md): an overview of data ingestion methods
27+
- [Get started with Query DSL search and filters](elasticsearch://reference/query-languages/query-dsl/full-text-filter-tutorial.md)
28+
- [Get started with ES|QL queries](elasticsearch://reference/query-languages/esql/esql-getting-started.md)
29+
- [Analyze eCommerce data with aggregations using Query DSL](/explore-analyze/query-filter/aggregations/tutorial-analyze-ecommerce-data-with-aggregations-using-query-dsl.md)
30+
- [](/solutions/search/hybrid-semantic-text.md)

solutions/search/querying-for-search.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ These query languages are complementary, not mutually exclusive. You can use dif
3333
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.
3434
::::
3535

36-
3736
::::{tip}
38-
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).
37+
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).
3938
::::

solutions/search/serverless-elasticsearch-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ If you’re already familiar with Elasticsearch, you can jump right into setting
121121
## Next steps [elasticsearch-next-steps]
122122

123123
* 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.
124-
* You can also try our hands-on [quick start tutorials](/solutions/search/api-quickstarts.md) in the core {{es}} documentation.
124+
* You can also try our hands-on [quickstart guides](/solutions/search/get-started/quickstarts.md) in the core {{es}} documentation.

solutions/toc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ toc:
1313
- file: search/get-started/index-basics.md
1414
- file: search/get-started/keyword-search-python.md
1515
- file: search/get-started/semantic-search.md
16-
- file: search/api-quickstarts.md
1716
- file: search/ingest-for-search.md
1817
children:
1918
- file: search/search-pipelines.md

0 commit comments

Comments
 (0)