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

namespace Elastica\Aggregation;


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

}