public interface AtomicNumericFieldData extends AtomicFieldData
AtomicFieldData
for numeric data.Modifier and Type | Method and Description |
---|---|
SortedNumericDoubleValues |
getDoubleValues()
Return a floating-point view of the values in this segment.
|
org.apache.lucene.index.SortedNumericDocValues |
getLongValues()
Get an integer view of the values of this segment.
|
getBytesValues, getScriptValues
close
org.apache.lucene.index.SortedNumericDocValues getLongValues()
SortedNumericDoubleValues getDoubleValues()