Interface AggregationBuilder<A extends Aggregation>
- All Known Implementing Classes:
AvgAggregation.Builder,CountAggregation.Builder,SumAggregation.Builder
An interface to represent the builders which build and customize
Aggregation for AggregationQuery.
Used by AggregationQuery.Builder.addAggregation(AggregationBuilder).
-
Method Summary
-
Method Details
-
build
A build()
-