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 9540dfb commit 885bc4aCopy full SHA for 885bc4a
docs/reference/index-modules/index-sorting.asciidoc
@@ -104,7 +104,7 @@ before activating this feature.
104
[[early-terminate]]
105
=== Early termination of search request
106
107
-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
108
retrieve the top documents sorted by a specified sort.
109
Though when the index sort and the search sort are the same it is possible to limit
110
the number of documents that should be visited per segment to retrieve the N top ranked documents globally.
0 commit comments