public abstract static class ValuesSource.Numeric extends ValuesSource
Modifier and Type | Class and Description |
---|---|
static class |
ValuesSource.Numeric.FieldData |
static class |
ValuesSource.Numeric.Script |
static class |
ValuesSource.Numeric.WithScript |
ValuesSource.Bytes, ValuesSource.GeoPoint, ValuesSource.MetaData, ValuesSource.Numeric
Constructor and Description |
---|
Numeric() |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.util.Bits |
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.apache.lucene.index.SortedNumericDocValues |
longValues()
Get the current
LongValues . |
bytesValues, metaData, setNeedsGlobalOrdinals
public abstract boolean isFloatingPoint()
public abstract org.apache.lucene.index.SortedNumericDocValues longValues()
LongValues
.public abstract SortedNumericDoubleValues doubleValues()
ValuesSource.Numeric.WithScript.DoubleValues
.public org.apache.lucene.util.Bits docsWithValue(int maxDoc)
docsWithValue
in class ValuesSource
Copyright © 2009–2015. All rights reserved.