Robert Muir created LUCENE-5499:
-----------------------------------

             Summary: EarlyTerminatingSortingCollector shouldnt require exact 
Sort match
                 Key: LUCENE-5499
                 URL: https://issues.apache.org/jira/browse/LUCENE-5499
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Robert Muir


Today EarlyTerminatingSortingCollector requires that the Sort match exactly at 
query and at index time.

However, now that you can use any Sort (e.g. with multiple sortfields), this 
should be improved.

For example, early termination is fine in the following case:
* index-time: popularity desc, time desc
* query-time: popularity desc




--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to