public static class ValuesSource.Numeric.WithScript extends ValuesSource.Numeric
ValuesSource.Numeric.FieldData , ValuesSource.Numeric.Script , ValuesSource.Numeric.WithScript ValuesSource.Bytes , ValuesSource.GeoPoint , ValuesSource.MetaData , ValuesSource.Numeric | Constructor and Description |
|---|
WithScript(ValuesSource
|
| 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 |
longValues()
Get the current
LongValues.
|
ValuesSource |
metaData()
|
docsWithValuesetNeedsGlobalOrdinalspublic WithScript(ValuesSource.Numeric delegate, SearchScript script)
public boolean isFloatingPoint()
ValuesSource.Numeric
public SortedBinaryDocValuesbytesValues()
ValuesSource
ValuesSource.WithScript.BytesValues.
public org.apache .lucene .index .SortedNumericDocValues longValues()
ValuesSource.Numeric
LongValues.
public SortedNumericDoubleValuesdoubleValues()
ValuesSource.Numeric
ValuesSource.Numeric.WithScript.DoubleValues.
public ValuesSource.MetaData metaData()