Skip to content

Commit d2e96ce

Browse files
patrickmaynardjrodewig
authored andcommitted
[DOCS] Fix typo in search type docs (#48868)
1 parent ed61d68 commit d2e96ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/search/request/search-type.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The request is processed in two phases. In the first phase, the query
4343
is forwarded to *all involved shards*. Each shard executes the search
4444
and generates a sorted list of results, local to that shard. Each
4545
shard returns *just enough information* to the coordinating node
46-
to allow it merge and re-sort the shard level results into a globally
46+
to allow it to merge and re-sort the shard level results into a globally
4747
sorted set of results, of maximum length `size`.
4848

4949
During the second phase, the coordinating node requests the document

0 commit comments

Comments
 (0)