public static class ValuesSource.Numeric.FieldData extends ValuesSource.Numeric
ValuesSource.Numeric.FieldData, ValuesSource.Numeric.Script, ValuesSource.Numeric.WithScript
ValuesSource.Bytes, ValuesSource.GeoPoint, ValuesSource.Numeric
Modifier and Type | Field and Description |
---|---|
protected IndexNumericFieldData |
indexFieldData |
EMPTY
Constructor and Description |
---|
FieldData(IndexNumericFieldData indexFieldData) |
Modifier and Type | Method and Description |
---|---|
SortedBinaryDocValues |
bytesValues(org.apache.lucene.index.LeafReaderContext context)
Get the current
ValuesSource.WithScript.BytesValues . |
SortedNumericDoubleValues |
doubleValues(org.apache.lucene.index.LeafReaderContext context)
Get the current
SortedNumericDoubleValues . |
boolean |
isFloatingPoint()
Whether the underlying data is floating-point or not.
|
org.apache.lucene.index.SortedNumericDocValues |
longValues(org.apache.lucene.index.LeafReaderContext context)
Get the current
SortedNumericDocValues . |
docsWithValue
needsScores
protected final IndexNumericFieldData indexFieldData
public FieldData(IndexNumericFieldData indexFieldData)
public boolean isFloatingPoint()
ValuesSource.Numeric
isFloatingPoint
in class ValuesSource.Numeric
public SortedBinaryDocValues bytesValues(org.apache.lucene.index.LeafReaderContext context)
ValuesSource
ValuesSource.WithScript.BytesValues
.bytesValues
in class ValuesSource
public org.apache.lucene.index.SortedNumericDocValues longValues(org.apache.lucene.index.LeafReaderContext context)
ValuesSource.Numeric
SortedNumericDocValues
.longValues
in class ValuesSource.Numeric
public SortedNumericDoubleValues doubleValues(org.apache.lucene.index.LeafReaderContext context)
ValuesSource.Numeric
SortedNumericDoubleValues
.doubleValues
in class ValuesSource.Numeric
Copyright © 2009–2016. All rights reserved.