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
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: [email protected]
For additional commands, e-mail: [email protected]