public abstract static class ValuesSource.Numeric extends ValuesSource
| Modifier and Type | Class and Description |
|---|---|
static class |
ValuesSource
|
static class |
ValuesSource
|
static class |
ValuesSource
|
ValuesSource.Bytes , ValuesSource.GeoPoint , ValuesSource.MetaData , ValuesSource.Numeric | Constructor and Description |
|---|
Numeric()
|
| Modifier and Type | Method and Description |
|---|---|
org |
docsWithValue(int maxDoc)
|
abstract SortedNumericDoubleValues |
doubleValues()
Get the current
ValuesSource.Numeric.WithScript.DoubleValues.
|
abstract boolean |
isFloatingPoint()
Whether the underlying data is floating-point or not.
|
abstract org |
longValues()
Get the current
LongValues.
|
bytesValues, metaData, setNeedsGlobalOrdinalspublic abstract boolean isFloatingPoint()
public abstract org.apache .lucene .index .SortedNumericDocValues longValues()
LongValues.
public abstract SortedNumericDoubleValuesdoubleValues()
ValuesSource.Numeric.WithScript.DoubleValues.
public org.apache .lucene .util .Bits docsWithValue(int maxDoc)