mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
[DOCS] Fixed "SeachRequest" -> "SearchRequest" typo in HLRC docs (#52144)
This commit is contained in:
parent
6071b4b7a0
commit
d16f92bbae
1 changed files with 2 additions and 2 deletions
|
@ -21,10 +21,10 @@ In its most basic form, we can add a query to the request:
|
||||||
include-tagged::{doc-tests-file}[{api}-request-basic]
|
include-tagged::{doc-tests-file}[{api}-request-basic]
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
<1> Creates the `SeachRequest`. Without arguments this runs against all indices.
|
<1> Creates the `SearchRequest`. Without arguments this runs against all indices.
|
||||||
<2> Most search parameters are added to the `SearchSourceBuilder`. It offers setters for everything that goes into the search request body.
|
<2> Most search parameters are added to the `SearchSourceBuilder`. It offers setters for everything that goes into the search request body.
|
||||||
<3> Add a `match_all` query to the `SearchSourceBuilder`.
|
<3> Add a `match_all` query to the `SearchSourceBuilder`.
|
||||||
<4> Add the `SearchSourceBuilder` to the `SeachRequest`.
|
<4> Add the `SearchSourceBuilder` to the `SearchRequest`.
|
||||||
|
|
||||||
[id="{upid}-{api}-request-optional"]
|
[id="{upid}-{api}-request-optional"]
|
||||||
===== Optional arguments
|
===== Optional arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue