[ https://issues.apache.org/jira/browse/LUCENE-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Busch updated LUCENE-1467: ---------------------------------- Attachment: lucene-1467.patch Simple patch that adds two methods to OpenBitSetIterator: nextDoc() and next(int). These work just as next() and skipTo(int) with the difference that they return the new docId instead of true/false. Also improves the unit tests to test the new methods and moves testBitUtils() from Solr into Lucene. All tests pass. I'm planning to commit this in a day or so. > Consolidate Solr's and Lucene's OpenBitSet classes > -------------------------------------------------- > > Key: LUCENE-1467 > URL: https://issues.apache.org/jira/browse/LUCENE-1467 > Project: Lucene - Java > Issue Type: Task > Components: Other > Reporter: Michael Busch > Assignee: Michael Busch > Priority: Minor > Fix For: 2.9 > > Attachments: lucene-1467.patch > > > See SOLR-875 for details. -- 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]