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

/**
 * Class GlobalAggregation.
 *
 * @link http://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-global-aggregation.html
 */
class GlobalAggregation extends AbstractAggregation
{
}