Interface ElasticsearchSearchAggregation<A>

All Superinterfaces:
SearchAggregation<A>
All Known Implementing Classes:
AbstractElasticsearchAggregation, AbstractElasticsearchBucketAggregation, AbstractElasticsearchNestableAggregation, ElasticsearchRangeAggregation, ElasticsearchTermsAggregation, ElasticsearchWithParametersAggregation

public interface ElasticsearchSearchAggregation<A> extends SearchAggregation<A>