[ 
https://issues.apache.org/jira/browse/LUCENE-7714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jim Ferenczi resolved LUCENE-7714.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 8.2
                   master (9.0)

Thanks [~jtibshirani]!

> 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
>             Fix For: master (9.0), 8.2
>
>          Time Spent: 6h 20m
>  Remaining Estimate: 0h
>
> 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
(v7.6.3#76005)

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

Reply via email to