org.apache.lucene.util.Accountable, AtomicFieldData, java.lang.AutoCloseable, java.io.Closeable, Releasablepublic interface AtomicNumericFieldData extends AtomicFieldData
AtomicFieldData for numeric data.| Modifier and Type | Method | 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, getScriptValuescloseorg.apache.lucene.index.SortedNumericDocValues getLongValues()
SortedNumericDoubleValues getDoubleValues()