Class FieldUtil.OrdValues

java.lang.Object
org.apache.lucene.search.DocIdSetIterator
org.apache.lucene.index.SortedDocValues
org.apache.solr.search.facet.FieldUtil.OrdValues
Direct Known Subclasses:
FieldUtil.DVOrdValues, FieldUtil.FCOrdValues
Enclosing class:
FieldUtil

public abstract static class FieldUtil.OrdValues 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)
     
    abstract boolean
    advanceExact(int arg0)
     
    long
     
    int
     
    int
     
    int
     
    abstract int
     

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

    intersect, lookupOrd, lookupTerm, ordValue, 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

    • OrdValues

      public OrdValues()
  • Method Details

    • getOrd

      public int getOrd()
    • docID

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

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

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

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

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

      public abstract boolean advanceExact(int arg0) throws IOException
      Throws:
      IOException