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

ASF subversion and git services commented on LUCENE-8378:
---------------------------------------------------------

Commit 4dc2008dc14b468ab1f1d37a0f138c0411ca17c2 in lucene-solr's branch 
refs/heads/master from Mike McCandless
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=4dc2008 ]

LUCENE-8378: add DocIdSetIterator.range method


> Add DocIdSetIterator.range method
> ---------------------------------
>
>                 Key: LUCENE-8378
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8378
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Michael McCandless
>            Assignee: Michael McCandless
>            Priority: Major
>         Attachments: LUCENE-8378.patch, LUCENE-8378.patch
>
>
> We already have {{DocIdSetIterator.all}} and {{DocIdSetIterator.empty}} but 
> I'd like to also add a {{range}} method to match a specified range of docids.
> E.g. this can be useful if you sort your index by a key, and then create a 
> custom query to match documents by values for that key, or by range 
> (LUCENE-7714).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to