We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed61d68 commit d2e96ceCopy full SHA for d2e96ce
docs/reference/search/request/search-type.asciidoc
@@ -43,7 +43,7 @@ The request is processed in two phases. In the first phase, the query
43
is forwarded to *all involved shards*. Each shard executes the search
44
and generates a sorted list of results, local to that shard. Each
45
shard returns *just enough information* to the coordinating node
46
-to allow it merge and re-sort the shard level results into a globally
+to allow it to merge and re-sort the shard level results into a globally
47
sorted set of results, of maximum length `size`.
48
49
During the second phase, the coordinating node requests the document
0 commit comments