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:
2121include-tagged::{doc-tests-file}[{api}-request-basic]
2222--------------------------------------------------
2323
24- <1> Creates the `SeachRequest `. Without arguments this runs against all indices.
24+ <1> Creates the `SearchRequest `. Without arguments this runs against all indices.
2525<2> Most search parameters are added to the `SearchSourceBuilder`. It offers setters for everything that goes into the search request body.
2626<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 `.
2828
2929[id="{upid}-{api}-request-optional"]
3030===== Optional arguments
You can’t perform that action at this time.
0 commit comments