PageRenderTime 38ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

/lib/Elastica/Aggregation/Min.php

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