Class ExplicitDocIdSetIterator


  • public final class ExplicitDocIdSetIterator
    extends org.apache.lucene.search.DocIdSetIterator
    • Method Detail

      • of

        public static org.apache.lucene.search.DocIdSetIterator of​(int[] sortedTopLevelDocIds,
                                                                   int leafDocBase,
                                                                   int leafMaxLeafId)
      • docID

        public int docID()
        Specified by:
        docID in class org.apache.lucene.search.DocIdSetIterator
      • nextDoc

        public int nextDoc()
        Specified by:
        nextDoc in class org.apache.lucene.search.DocIdSetIterator
      • advance

        public int advance​(int target)
        Specified by:
        advance in class org.apache.lucene.search.DocIdSetIterator
      • cost

        public long cost()
        Specified by:
        cost in class org.apache.lucene.search.DocIdSetIterator