Adrien Grand created LUCENE-7714:
------------------------------------

             Summary: Optimize range queries for the sorted case
                 Key: LUCENE-7714
                 URL: https://issues.apache.org/jira/browse/LUCENE-7714
             Project: Lucene - Core
          Issue Type: Task
            Reporter: Adrien Grand
            Priority: Minor


It feels like we could make range queries faster when the index is sorted, 
maybe by running on doc values, figuring ou the first and last matching 
documents with a binary search and returning a doc id set iterator that 
iterates through this range of documents?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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

Reply via email to