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

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