All Superinterfaces:
Aggregation, NumericMetricsAggregation, NumericMetricsAggregation.SingleValue, org.opensearch.common.xcontent.ToXContent, org.opensearch.common.xcontent.ToXContentFragment
All Known Implementing Classes:
InternalMax, ParsedMax

public interface Max
extends NumericMetricsAggregation.SingleValue
An aggregation that computes the maximum of the values in the current bucket.
  • Method Details

    • getValue

      double getValue()
      The maximum.