summaryrefslogtreecommitdiff
path: root/vendor/ruflin/elastica/lib/Elastica/Aggregation/Max.php
blob: 25031b04ebbb53549b983d08b46f87da463741d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

namespace Elastica\Aggregation;

/**
 * Class Max
 * @package Elastica\Aggregation
 * @link http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/search-aggregations-metrics-max-aggregation.html
 */
class Max extends AbstractSimpleAggregation
{

}