public static class ValuesSource.Numeric.FieldData extends ValuesSource.Numeric
ValuesSource.Bytes, ValuesSource.GeoPoint, ValuesSource.NumericValuesSource.Numeric.FieldData, ValuesSource.Numeric.Script, ValuesSource.Numeric.WithScript| Modifier and Type | Field | Description |
|---|---|---|
protected IndexNumericFieldData |
indexFieldData |
EMPTY| Constructor | Description |
|---|---|
FieldData(IndexNumericFieldData indexFieldData) |
| Modifier and Type | Method | Description |
|---|---|---|
SortedBinaryDocValues |
bytesValues(org.apache.lucene.index.LeafReaderContext context) |
Get the current
ValuesSource.WithScript.BytesValues. |
SortedNumericDoubleValues |
doubleValues(org.apache.lucene.index.LeafReaderContext context) |
Get the current
SortedNumericDoubleValues. |
boolean |
isFloatingPoint() |
Whether the underlying data is floating-point or not.
|
org.apache.lucene.index.SortedNumericDocValues |
longValues(org.apache.lucene.index.LeafReaderContext context) |
Get the current
SortedNumericDocValues. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitneedsScoresdocsWithValueprotected final IndexNumericFieldData indexFieldData
public FieldData(IndexNumericFieldData indexFieldData)
public boolean isFloatingPoint()
ValuesSource.NumericisFloatingPoint in class ValuesSource.Numericpublic SortedBinaryDocValues bytesValues(org.apache.lucene.index.LeafReaderContext context)
ValuesSourceValuesSource.WithScript.BytesValues.bytesValues in class ValuesSourcepublic org.apache.lucene.index.SortedNumericDocValues longValues(org.apache.lucene.index.LeafReaderContext context)
ValuesSource.NumericSortedNumericDocValues.longValues in class ValuesSource.Numericpublic SortedNumericDoubleValues doubleValues(org.apache.lucene.index.LeafReaderContext context)
ValuesSource.NumericSortedNumericDoubleValues.doubleValues in class ValuesSource.Numeric