Class ValuesSource.Bytes

java.lang.Object
org.elasticsearch.search.aggregations.support.ValuesSource
org.elasticsearch.search.aggregations.support.ValuesSource.Bytes
Direct Known Subclasses:
ValuesSource.Bytes.FieldData, ValuesSource.Bytes.Script, ValuesSource.Bytes.WithOrdinals, ValuesSource.Bytes.WithScript
Enclosing class:
ValuesSource

public abstract static class ValuesSource.Bytes extends ValuesSource
ValuesSource for fields who's values are best thought of as byte arrays without any other meaning like keyword or ip. Aggregations that operate on these values presume only that DocValueFormat.format(BytesRef) will correctly convert the resulting BytesRef into something human readable.