| 1 | <?php |
||
| 22 | class MissingAggregation extends AbstractAggregation |
||
| 23 | { |
||
| 24 | use BucketingTrait; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Inner aggregations container init. |
||
| 28 | * |
||
| 29 | * @param string $name |
||
| 30 | * @param string $field |
||
| 31 | */ |
||
| 32 | public function __construct($name, $field = null) |
||
| 38 | |||
| 39 | /** |
||
| 40 | * {@inheritdoc} |
||
| 41 | */ |
||
| 42 | public function getArray() |
||
| 49 | |||
| 50 | /** |
||
| 51 | * {@inheritdoc} |
||
| 52 | */ |
||
| 53 | public function getType() |
||
| 57 | } |
||
| 58 |