Class ValuesSource.Bytes.FieldData
java.lang.Object
org.elasticsearch.search.aggregations.support.ValuesSource
org.elasticsearch.search.aggregations.support.ValuesSource.Bytes
org.elasticsearch.search.aggregations.support.ValuesSource.Bytes.FieldData
- Enclosing class:
- ValuesSource.Bytes
public static class ValuesSource.Bytes.FieldData extends ValuesSource.Bytes
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.search.aggregations.support.ValuesSource.Bytes
ValuesSource.Bytes.FieldData, ValuesSource.Bytes.Script, ValuesSource.Bytes.WithOrdinals, ValuesSource.Bytes.WithScriptNested classes/interfaces inherited from class org.elasticsearch.search.aggregations.support.ValuesSource
ValuesSource.Bytes, ValuesSource.GeoPoint, ValuesSource.Histogram, ValuesSource.Numeric, ValuesSource.Range -
Field Summary
Fields Modifier and Type Field Description protected IndexFieldData<?>indexFieldData -
Constructor Summary
Constructors Constructor Description FieldData(IndexFieldData<?> indexFieldData) -
Method Summary
Modifier and Type Method Description SortedBinaryDocValuesbytesValues(org.apache.lucene.index.LeafReaderContext context)Get the currentValuesSource.Bytes.WithScript.BytesValues.Methods inherited from class org.elasticsearch.search.aggregations.support.ValuesSource.Bytes
docsWithValue
-
Field Details
-
Constructor Details
-
Method Details
-
bytesValues
Description copied from class:ValuesSourceGet the currentValuesSource.Bytes.WithScript.BytesValues.- Specified by:
bytesValuesin classValuesSource
-