Class NumericDoubleValues
- java.lang.Object
-
- org.apache.lucene.search.DoubleValues
-
- org.elasticsearch.index.fielddata.NumericDoubleValues
-
public abstract class NumericDoubleValues extends org.apache.lucene.search.DoubleValuesA per-document numeric value.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedNumericDoubleValues()Sole constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.lucene.index.NumericDocValuesgetRawDoubleValues()Returns numeric docvalues view of raw double bitsorg.apache.lucene.index.NumericDocValuesgetRawFloatValues()Returns numeric docvalues view of raw float bits
-