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

namespace Elastica\Aggregation;

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

}