GitHub user cbismuth opened a pull request:

    https://github.com/apache/lucene-solr/pull/496

    LUCENE-8463: Early-terminate queries sorted by SortField.DOC

    > Currently TopFieldCollector only early-terminates when the search sort is 
a prefix of the index sort, but it could also early-terminate when sorting by 
doc id.
    
    See [LUCENE-8463](https://issues.apache.org/jira/browse/LUCENE-8463).

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cbismuth/lucene-solr LUCENE-8463

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/lucene-solr/pull/496.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #496
    
----
commit 91ec76c8f6f337c4616021a68b858f912447c871
Author: Christophe Bismuth <christophe.bismuth@...>
Date:   2018-11-12T10:00:20Z

    LUCENE-8463: Early-terminate queries sorted by SortField.DOC

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to