From 885bc4a487cdaf6325f8a81b36aef8ea9724fba3 Mon Sep 17 00:00:00 2001 From: Glen Smith Date: Mon, 26 Jul 2021 14:39:49 -0600 Subject: [PATCH] [DOCS] Fix typo (#75635) --- docs/reference/index-modules/index-sorting.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/index-modules/index-sorting.asciidoc b/docs/reference/index-modules/index-sorting.asciidoc index e32684c8264d0..dd355eccbca2a 100644 --- a/docs/reference/index-modules/index-sorting.asciidoc +++ b/docs/reference/index-modules/index-sorting.asciidoc @@ -104,7 +104,7 @@ before activating this feature. [[early-terminate]] === Early termination of search request -By default in Elasticsearch a search request must visit every document that match a query to +By default in Elasticsearch a search request must visit every document that matches a query to retrieve the top documents sorted by a specified sort. Though when the index sort and the search sort are the same it is possible to limit the number of documents that should be visited per segment to retrieve the N top ranked documents globally.