Interface AggregationMapper<T extends Aggregation>

All Known Implementing Classes:
AvgAggregationMapper, DateHistogramAggregationMapper, FilterAggregationMapper, MaxAggregationMapper, RangeAggregationMapper, StatsAggregationMapper, SumAggregationMapper, TermsAggregationMapper, ValueCountAggregationMapper

public interface AggregationMapper<T extends Aggregation>
Maps Search API Aggregation to Aggregation.
Since:
10.6
  • Method Summary

    Modifier and Type
    Method
    Description
    org.opensearch.client.opensearch._types.aggregations.Aggregation
    map(T aggregation)
     
  • Method Details

    • map

      org.opensearch.client.opensearch._types.aggregations.Aggregation map(T aggregation)