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

Simon Willnauer commented on LUCENE-2648:
-----------------------------------------

I will commit tomorrow if nobody objects

> Allow PackedInts.ReaderIterator to advance more than one value
> --------------------------------------------------------------
>
>                 Key: LUCENE-2648
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2648
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Other
>    Affects Versions: 4.0
>            Reporter: Simon Willnauer
>            Assignee: Simon Willnauer
>            Priority: Minor
>         Attachments: LUCENE-2648.patch, LUCENE-2648.patch
>
>
> The iterator-like API in LUCENE-2186 makes effective use of 
> PackedInts.ReaderIterator but frequently skips multiple values. 
> ReaderIterator currently requires to loop over ReaderInterator#next() to 
> advance to a certain value. We should allow ReaderIterator to expose a 
> #advance(ord) method to make use-cases like that more efficient. 
> This issue is somewhat part of my efforts to make LUCENE-2186 smaller while 
> breaking it up in little issues for parts which can be generally useful.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to