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

namespace Elastica\Aggregation;

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

}