diff options
Diffstat (limited to 'vendor/ruflin/elastica/lib/Elastica/Aggregation/ExtendedStats.php')
-rw-r--r-- | vendor/ruflin/elastica/lib/Elastica/Aggregation/ExtendedStats.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/ruflin/elastica/lib/Elastica/Aggregation/ExtendedStats.php b/vendor/ruflin/elastica/lib/Elastica/Aggregation/ExtendedStats.php new file mode 100644 index 00000000..2b108bd1 --- /dev/null +++ b/vendor/ruflin/elastica/lib/Elastica/Aggregation/ExtendedStats.php @@ -0,0 +1,11 @@ +<?php +namespace Elastica\Aggregation; + +/** + * Class ExtendedStats. + * + * @link http://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-metrics-extendedstats-aggregation.html + */ +class ExtendedStats extends AbstractSimpleAggregation +{ +} |