class Elasticsearch::DSL::Search::Aggregations::Max
A single-value metric aggregation which returns the maximum value from numeric values
@example
search do aggregation :max_clicks do max field: 'clicks' end end
A single-value metric aggregation which returns the maximum value from numeric values
@example
search do aggregation :max_clicks do max field: 'clicks' end end