PageRenderTime 35ms CodeModel.GetById 9ms RepoModel.GetById 0ms app.codeStats 0ms

/lib/Elastica/Aggregation/Max.php

http://github.com/ruflin/Elastica
PHP | 11 lines | 5 code | 1 blank | 5 comment | 0 complexity | 00af44de30a96605f63072e2a4b5fc87 MD5 | raw file
  1. <?php
  2. namespace Elastica\Aggregation;
  3. /**
  4. * Class Max.
  5. *
  6. * @link https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-metrics-max-aggregation.html
  7. */
  8. class Max extends AbstractSimpleAggregation
  9. {
  10. }