PageRenderTime 52ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/vendor/Elastica/lib/Elastica/Aggregation/Max.php

https://github.com/cceh/atom
PHP | 13 lines | 5 code | 3 blank | 5 comment | 0 complexity | e47626d5393e55b938fcfcfd42881fea MD5 | raw file
Possible License(s): CC-BY-3.0, AGPL-3.0, MIT, ISC
  1. <?php
  2. namespace Elastica\Aggregation;
  3. /**
  4. * Class Max
  5. * @package Elastica\Aggregation
  6. * @link http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/search-aggregations-metrics-max-aggregation.html
  7. */
  8. class Max extends AbstractSimpleAggregation
  9. {
  10. }