Class FieldUtil.DVOrdValues

java.lang.Object
org.apache.lucene.search.DocIdSetIterator
org.apache.lucene.index.SortedDocValues
org.apache.solr.search.facet.FieldUtil.OrdValues
org.apache.solr.search.facet.FieldUtil.DVOrdValues
Enclosing class:
FieldUtil

public static class FieldUtil.DVOrdValues extends FieldUtil.OrdValues
  • Field Summary

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

    NO_MORE_DOCS
  • Constructor Summary

    Constructors
    Constructor
    Description
    DVOrdValues(org.apache.lucene.index.SortedDocValues vals, org.apache.lucene.search.DocIdSetIterator disi)
     
  • Method Summary

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

    Methods inherited from class org.apache.solr.search.facet.FieldUtil.OrdValues

    advance, cost, docID, getOrd, getValueCount

    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

    • DVOrdValues

      public DVOrdValues(org.apache.lucene.index.SortedDocValues vals, org.apache.lucene.search.DocIdSetIterator disi)
  • Method Details

    • nextDoc

      public int nextDoc() throws IOException
      Specified by:
      nextDoc in class FieldUtil.OrdValues
      Throws:
      IOException
    • advanceExact

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

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

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