[ 
https://issues.apache.org/jira/browse/LUCENE-5499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924098#comment-13924098
 ] 

Michael McCandless commented on LUCENE-5499:
--------------------------------------------

+1

The search-time sort just has to be "congruent" with the index-time one.

> 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