public static class ValuesSource.Numeric.WithScript extends ValuesSource.Numeric
ValuesSource.Numeric.FieldData, ValuesSource.Numeric.Script, ValuesSource.Numeric.WithScriptValuesSource.Bytes, ValuesSource.GeoPoint, ValuesSource.MetaData, ValuesSource.Numeric| Constructor and Description |
|---|
WithScript(ValuesSource.Numeric delegate,
SearchScript script) |
| 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() |
docsWithValuesetNeedsGlobalOrdinalspublic WithScript(ValuesSource.Numeric delegate, SearchScript script)
public boolean isFloatingPoint()
ValuesSource.NumericisFloatingPoint in class ValuesSource.Numericpublic 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.Numericpublic ValuesSource.MetaData metaData()
metaData in class ValuesSourceCopyright © 2009–2016. All rights reserved.