Skip to content

Commit 3ed1f9e

Browse files
Apply suggestions from code review
Co-authored-by: shainaraskas <[email protected]>
1 parent 078bff5 commit 3ed1f9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

serverless/pages/search-your-data-the-search-api.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Query DSL.
3030
[[elasticsearch-search-your-data-the-retrievers]]
3131
== Retrievers
3232

33-
Retrievers are an alternative to the Query DSL that allow you to configure complex retrieval pipelines using a simplified syntax.
33+
Retrievers are an alternative to Query DSL that allow you to configure complex retrieval pipelines using a simplified syntax.
3434
Retrievers simplify the user experience by allowing entire retrieval pipelines to be configured in a single `_search` API call.
3535

3636
Learn more in the {ref}/retrievers-overview.html[Retrievers overview] in the core {es} docs.

serverless/pages/search-your-data.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Searching your data in {es-serverless} works the same way as in other Elasticsearch deployments.
88
If you haven't used {es} before, you can learn the basics in the {ref}/elasticsearch-intro.html[core {es} documentation].
99

10-
You can use the https://www.elastic.co/docs/api/doc/elasticsearch-serverless[{es-serverless} REST APIs] to search your data using any HTTP client, including the <<elasticsearch-clients,{es} client libraries>>, or directly in the Dev Tools <<devtools-run-api-requests-in-the-console, Console>>.
10+
You can use the https://www.elastic.co/docs/api/doc/elasticsearch-serverless[{es-serverless} REST APIs] to search your data using any HTTP client, including the <<elasticsearch-clients,{es} client libraries>>, or directly in <<devtools-run-api-requests-in-the-console, Console>>.
1111

1212
You can also run searches using {kibana-ref}/discover.html[Discover] in your project's UI.
1313

@@ -26,7 +26,7 @@ Learn about the various query languages you can use to search your data in the {
2626
[[elasticsearch-search-your-data-learn-more]]
2727
== Learn more
2828

29-
The subpages in this section provide some high-level information about three important search-related topics:
29+
The subpages in this section provide some high-level information about selected important search-related topics:
3030

3131
* <<elasticsearch-search-your-data-the-search-api, The search API>>
3232
* <<elasticsearch-knn-search,K-Nearest Neighbors (KNN) search>>

0 commit comments

Comments
 (0)