| Total Complexity | 4 |
| Total Lines | 35 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php namespace Nord\Lumen\Elasticsearch\Search\Aggregation; |
||
| 8 | class AggregationBuilder |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @return GlobalAggregation |
||
| 12 | */ |
||
| 13 | public function createGlobalAggregation() |
||
| 16 | } |
||
| 17 | |||
| 18 | |||
| 19 | /** |
||
| 20 | * @return TermsAggregation |
||
| 21 | */ |
||
| 22 | public function createTermsAggregation() |
||
| 25 | } |
||
| 26 | |||
| 27 | |||
| 28 | /** |
||
| 29 | * @return MaxAggregation |
||
| 30 | */ |
||
| 31 | public function createMaxAggregation() |
||
| 34 | } |
||
| 35 | |||
| 36 | |||
| 37 | /** |
||
| 38 | * @return MinAggregation |
||
| 39 | */ |
||
| 40 | public function createMinAggregation() |
||
| 45 |