public static class ValuesSource.Numeric.FieldData extends ValuesSource.Numeric implements ReaderContextAware
ValuesSource.Numeric.FieldData, ValuesSource.Numeric.Script, ValuesSource.Numeric.WithScriptValuesSource.Bytes, ValuesSource.GeoPoint, ValuesSource.MetaData, ValuesSource.Numeric| Modifier and Type | Field and Description |
|---|---|
protected AtomicNumericFieldData |
atomicFieldData |
protected IndexNumericFieldData |
indexFieldData |
protected ValuesSource.MetaData |
metaData |
protected boolean |
needsHashes |
| Constructor and Description |
|---|
FieldData(IndexNumericFieldData indexFieldData,
ValuesSource.MetaData metaData) |
| Modifier and Type | Method and Description |
|---|---|
SortedBinaryDocValues |
bytesValues()
Get the current
ValuesSource.WithScript.BytesValues. |
SortedNumericDoubleValues |
doubleValues()
Get the current
ValuesSource.Numeric.WithScript.DoubleValues. |
boolean |
isFloatingPoint()
Whether the underlying data is floating-point or not.
|
org.apache.lucene.index.SortedNumericDocValues |
longValues()
Get the current
LongValues. |
ValuesSource.MetaData |
metaData() |
void |
setNextReader(org.apache.lucene.index.AtomicReaderContext reader) |
docsWithValuesetNeedsGlobalOrdinalsprotected boolean needsHashes
protected final IndexNumericFieldData indexFieldData
protected final ValuesSource.MetaData metaData
protected AtomicNumericFieldData atomicFieldData
public FieldData(IndexNumericFieldData indexFieldData, ValuesSource.MetaData metaData)
public ValuesSource.MetaData metaData()
metaData in class ValuesSourcepublic boolean isFloatingPoint()
ValuesSource.NumericisFloatingPoint in class ValuesSource.Numericpublic void setNextReader(org.apache.lucene.index.AtomicReaderContext reader)
setNextReader in interface ReaderContextAwarepublic SortedBinaryDocValues bytesValues()
ValuesSourceValuesSource.WithScript.BytesValues.bytesValues in class ValuesSourcepublic org.apache.lucene.index.SortedNumericDocValues longValues()
ValuesSource.NumericLongValues.longValues in class ValuesSource.Numericpublic SortedNumericDoubleValues doubleValues()
ValuesSource.NumericValuesSource.Numeric.WithScript.DoubleValues.doubleValues in class ValuesSource.NumericCopyright © 2009–2016. All rights reserved.