From 4b854986172d2013ccb94251eeedc07e26b8bab0 Mon Sep 17 00:00:00 2001 From: Patrick Maynard Date: Mon, 11 Nov 2019 15:38:18 +0100 Subject: [PATCH] [DOCS] Fix typo in search type docs (#48868) --- docs/reference/search/request/search-type.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/search/request/search-type.asciidoc b/docs/reference/search/request/search-type.asciidoc index ccb34b78875..eb31cff7870 100644 --- a/docs/reference/search/request/search-type.asciidoc +++ b/docs/reference/search/request/search-type.asciidoc @@ -43,7 +43,7 @@ The request is processed in two phases. In the first phase, the query is forwarded to *all involved shards*. Each shard executes the search and generates a sorted list of results, local to that shard. Each shard returns *just enough information* to the coordinating node -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 sorted set of results, of maximum length `size`. During the second phase, the coordinating node requests the document