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.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() |
docsWithValue
setNeedsGlobalOrdinals
public WithScript(ValuesSource.Numeric delegate, SearchScript script)
public boolean isFloatingPoint()
ValuesSource.Numeric
isFloatingPoint
in class ValuesSource.Numeric
public SortedBinaryDocValues bytesValues()
ValuesSource
ValuesSource.WithScript.BytesValues
.bytesValues
in class ValuesSource
public org.apache.lucene.index.SortedNumericDocValues longValues()
ValuesSource.Numeric
LongValues
.longValues
in class ValuesSource.Numeric
public SortedNumericDoubleValues doubleValues()
ValuesSource.Numeric
ValuesSource.Numeric.WithScript.DoubleValues
.doubleValues
in class ValuesSource.Numeric
public ValuesSource.MetaData metaData()
metaData
in class ValuesSource
Copyright © 2009–2015. All rights reserved.