Class AvgAggregation
java.lang.Object
com.atlassian.jira.search.aggregation.metric.avg.AvgAggregation
- All Implemented Interfaces:
Aggregation
,MetricAggregation
Aggregation that computes the average of numeric values for a field across all matching documents.
This aggregation can be used with numeric fields only. See implementations of NumericField
.
- Since:
- 10.5
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AvgAggregation
-
-
Method Details
-
getField
- Returns:
- The name of the field for which the average value will be calculated
-