Class AggregationBuilder

java.lang.Object
org.elasticsearch.search.aggregations.AggregationBuilder
All Implemented Interfaces:
NamedWriteable, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment, BaseAggregationBuilder
Direct Known Subclasses:
AbstractAggregationBuilder

public abstract class AggregationBuilder
extends java.lang.Object
implements NamedWriteable, org.elasticsearch.common.xcontent.ToXContentFragment, BaseAggregationBuilder
A factory that knows how to create an Aggregator of a specific type.