Class FieldCacheImpl.SortedDocValuesImpl.Iter

java.lang.Object
org.apache.lucene.search.DocIdSetIterator
org.apache.lucene.index.SortedDocValues
org.apache.solr.uninverting.FieldCacheImpl.SortedDocValuesImpl.Iter
Enclosing class:
FieldCacheImpl.SortedDocValuesImpl

public class FieldCacheImpl.SortedDocValuesImpl.Iter extends org.apache.lucene.index.SortedDocValues
  • Field Summary

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

    NO_MORE_DOCS
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    advance(int target)
     
    boolean
    advanceExact(int target)
     
    long
     
    int
     
    int
    getOrd(int docID)
     
    int
     
    org.apache.lucene.util.BytesRef
    lookupOrd(int ord)
     
    int
     
    int
     

    Methods inherited from class org.apache.lucene.index.SortedDocValues

    intersect, lookupTerm, termsEnum

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

    all, docIDRunEnd, empty, intoBitSet, range, slowAdvance

    Methods inherited from class java.lang.Object

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

    • Iter

      public Iter()
  • Method Details

    • getOrd

      public int getOrd(int docID)
      NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
      Specific to this implementation and subject to change. For internal optimization only.
    • 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
    • advanceExact

      public boolean advanceExact(int target) throws IOException
      Throws:
      IOException
    • cost

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

      public int ordValue()
      Specified by:
      ordValue in class org.apache.lucene.index.SortedDocValues
    • getValueCount

      public int getValueCount()
      Specified by:
      getValueCount in class org.apache.lucene.index.SortedDocValues
    • lookupOrd

      public org.apache.lucene.util.BytesRef lookupOrd(int ord)
      Specified by:
      lookupOrd in class org.apache.lucene.index.SortedDocValues