Class ExplicitDocIdSetIterator

java.lang.Object
org.apache.lucene.search.DocIdSetIterator
org.hibernate.search.backend.lucene.lowlevel.query.impl.ExplicitDocIdSetIterator

public final class ExplicitDocIdSetIterator extends org.apache.lucene.search.DocIdSetIterator
  • Field Summary

    Fields inherited from class org.apache.lucene.search.DocIdSetIterator

    NO_MORE_DOCS
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    advance(int target)
     
    long
     
    int
     
    int
     
    static org.apache.lucene.search.DocIdSetIterator
    of(int[] sortedTopLevelDocIds, int leafDocBase, int leafMaxLeafId)
     

    Methods inherited from class org.apache.lucene.search.DocIdSetIterator

    all, empty, range, slowAdvance

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • 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