Skip to content

Commit d16f92b

Browse files
authored
[DOCS] Fixed "SeachRequest" -> "SearchRequest" typo in HLRC docs (#52144)
1 parent 6071b4b commit d16f92b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/java-rest/high-level/search/search.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ In its most basic form, we can add a query to the request:
2121
include-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

0 commit comments

Comments
 (0)