public static class ValuesSource.Bytes.FieldData extends ValuesSource.Bytes
ValuesSource.Bytes.FieldData, ValuesSource.Bytes.Script, ValuesSource.Bytes.WithOrdinals
ValuesSource.Bytes, ValuesSource.GeoPoint, ValuesSource.Numeric, ValuesSource.WithScript
Modifier and Type | Field and Description |
---|---|
protected IndexFieldData<?> |
indexFieldData |
Constructor and Description |
---|
FieldData(IndexFieldData<?> indexFieldData) |
Modifier and Type | Method and Description |
---|---|
SortedBinaryDocValues |
bytesValues(org.apache.lucene.index.LeafReaderContext context)
Get the current
ValuesSource.WithScript.BytesValues . |
docsWithValue
needsScores
protected final IndexFieldData<?> indexFieldData
public FieldData(IndexFieldData<?> indexFieldData)
public SortedBinaryDocValues bytesValues(org.apache.lucene.index.LeafReaderContext context)
ValuesSource
ValuesSource.WithScript.BytesValues
.bytesValues
in class ValuesSource