1 2 3 4 5 6 7 8 9 10 11 12 13
<?php namespace Elastica\Aggregation; /** * Class GlobalAggregation * @package Elastica\Aggregation * @link http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/search-aggregations-bucket-global-aggregation.html */ class GlobalAggregation extends AbstractAggregation { }