mirror of https://github.com/apache/lucene.git
EarlyTerminatingSortingCollector is no longer a public class on master (LUCENE-8059) so we should stop linking to it from the ref-guide
This commit is contained in:
parent
db62ffe94a
commit
9cda074e55
|
@ -216,7 +216,7 @@ As this check is periodically performed, the actual time for which a request can
|
|||
|
||||
This parameter may be set to either `true` or `false`.
|
||||
|
||||
If set to `true`, and if <<indexconfig-in-solrconfig.adoc#mergepolicyfactory,the mergePolicyFactory>> for this collection is a {solr-javadocs}/solr-core/org/apache/solr/index/SortingMergePolicyFactory.html[`SortingMergePolicyFactory`] which uses a `sort` option compatible with <<sort Parameter,the sort parameter>> specified for this query, then Solr will attempt to use an {lucene-javadocs}/core/org/apache/lucene/search/EarlyTerminatingSortingCollector.html[`EarlyTerminatingSortingCollector`].
|
||||
If set to `true`, and if <<indexconfig-in-solrconfig.adoc#mergepolicyfactory,the mergePolicyFactory>> for this collection is a {solr-javadocs}/solr-core/org/apache/solr/index/SortingMergePolicyFactory.html[`SortingMergePolicyFactory`] which uses a `sort` option compatible with <<sort Parameter,the sort parameter>> specified for this query, then Solr will be able to skip documents on a per-segment basis that are definitively not candidates for the current page of results.
|
||||
|
||||
If early termination is used, a `segmentTerminatedEarly` header will be included in the `responseHeader`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue