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

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