Class NumericDoubleValues

java.lang.Object
org.apache.lucene.search.DoubleValues
org.elasticsearch.index.fielddata.NumericDoubleValues

public abstract class NumericDoubleValues extends org.apache.lucene.search.DoubleValues
A per-document numeric value.
  • Field Summary

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

    EMPTY
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Sole constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.lucene.index.NumericDocValues
    Returns numeric docvalues view of raw double bits
    org.apache.lucene.index.NumericDocValues
    Returns numeric docvalues view of raw float bits

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

    advanceExact, doubleValue, withDefault

    Methods inherited from class java.lang.Object

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

    • NumericDoubleValues

      protected NumericDoubleValues()
      Sole constructor. (For invocation by subclass constructors, typically implicit.)
  • Method Details

    • getRawDoubleValues

      public org.apache.lucene.index.NumericDocValues getRawDoubleValues()
      Returns numeric docvalues view of raw double bits
    • getRawFloatValues

      public org.apache.lucene.index.NumericDocValues getRawFloatValues()
      Returns numeric docvalues view of raw float bits