Interface AggregationResult
- All Known Subinterfaces:
BucketAggregationResult,MetricAggregationResult
- All Known Implementing Classes:
AvgAggregationResult,DateHistogramAggregationResult,FilterAggregationResult,MaxAggregationResult,MultiAggregator.Result,RangeAggregationResult,StatsAggregationResult,SumAggregationResult,TermsAggregationResult,ValueCountAggregationResult
@PublicApi
public interface AggregationResult
Represents the result of an
Aggregation.
This interface serves as the base for all aggregation results. Specific implementations will provide additional methods to access their result data.
- Since:
- 10.5
- See Also: