class |
AvgAggregation |
Aggregation that returns in a value bucket the average value for a given (numeric) field.
|
class |
CardinalityAggregation |
Aggregation that returns in a value bucket the unique value count for a given field.
|
class |
DateHistogramAggregation |
Date histogram aggregation.
|
class |
DateRangeAggregation |
Date range aggregation.
|
class |
GeoDistanceAggregation |
|
class |
HistogramAggregation |
Histogram aggregation.
|
class |
MaxAggregation |
Aggregation that returns in a value bucket the maximum value for a given (numeric) field.
|
class |
MinAggregation |
Aggregation that returns in a value bucket the minimum value for a given (numeric) field.
|
class |
SumAggregation |
Aggregation that returns in a value bucket the sum value for a given (numeric) field.
|
class |
TermsAggregation |
|
class |
ValueCountAggregation |
Aggregation that returns in a value bucket the value count for a given field.
|