summaryrefslogtreecommitdiff
path: root/vendor/ruflin/elastica/lib/Elastica/Aggregation/Max.php
blob: fc0294ca2d9c35e9664ee97e69f47be770349797 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
namespace Elastica\Aggregation;

/**
 * Class Max.
 *
 * @link http://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-metrics-max-aggregation.html
 */
class Max extends AbstractSimpleAggregation
{
}