File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/java-rest/high-level/search Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ In its most basic form, we can add a query to the request:
21
21
include-tagged::{doc-tests-file}[{api}-request-basic]
22
22
--------------------------------------------------
23
23
24
- <1> Creates the `SeachRequest `. Without arguments this runs against all indices.
24
+ <1> Creates the `SearchRequest `. Without arguments this runs against all indices.
25
25
<2> Most search parameters are added to the `SearchSourceBuilder`. It offers setters for everything that goes into the search request body.
26
26
<3> Add a `match_all` query to the `SearchSourceBuilder`.
27
- <4> Add the `SearchSourceBuilder` to the `SeachRequest `.
27
+ <4> Add the `SearchSourceBuilder` to the `SearchRequest `.
28
28
29
29
[id="{upid}-{api}-request-optional"]
30
30
===== Optional arguments
You can’t perform that action at this time.
0 commit comments