Adrien Grand created LUCENE-6029:
------------------------------------

             Summary: Add a default implementation for DISI.nextDoc()
                 Key: LUCENE-6029
                 URL: https://issues.apache.org/jira/browse/LUCENE-6029
             Project: Lucene - Core
          Issue Type: Task
            Reporter: Adrien Grand
            Priority: Minor
             Fix For: 5.0


In some cases, nextDoc() cannot really be faster than advance(docID() + 1), so 
we could make it the default implementation?

This is already how BitDocIdSet, NotDocIdSet, SloppyPhraseScorer and 
DocValuesDocIdSet implement nextDoc().

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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to