Class HistogramAggregationBuilder

All Implemented Interfaces:
NamedWriteable, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment, Rewriteable<AggregationBuilder>, BaseAggregationBuilder

public class HistogramAggregationBuilder extends ValuesSourceAggregationBuilder<HistogramAggregationBuilder>
A builder for histograms on numeric fields. This builder can operate on either base numeric fields, or numeric range fields. IP range fields are unsupported, and will throw at the factory layer.