Class NumericDoubleValues
- java.lang.Object
-
- org.apache.lucene.search.DoubleValues
-
- org.elasticsearch.index.fielddata.NumericDoubleValues
-
public abstract class NumericDoubleValues extends DoubleValues
A per-document numeric value.
-
-
Field Summary
-
Fields inherited from class org.apache.lucene.search.DoubleValues
EMPTY
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedNumericDoubleValues()Sole constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NumericDocValuesgetRawDoubleValues()Returns numeric docvalues view of raw double bitsNumericDocValuesgetRawFloatValues()Returns numeric docvalues view of raw float bits-
Methods inherited from class org.apache.lucene.search.DoubleValues
advanceExact, doubleValue, withDefault
-
-
-
-
Method Detail
-
getRawDoubleValues
public NumericDocValues getRawDoubleValues()
Returns numeric docvalues view of raw double bits
-
getRawFloatValues
public NumericDocValues getRawFloatValues()
Returns numeric docvalues view of raw float bits
-
-