Home
last modified time | relevance | path

Searched refs:_aggs (Results 1 – 2 of 2) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DAbstractAggregation.php22 protected $_aggs = []; variable in Elastica\\Aggregation\\AbstractAggregation
57 return $this->_aggs;
73 $this->_aggs[] = $aggregation;
132 if (\count($this->_aggs)) {
133 $array['aggs'] = $this->_convertArrayable($this->_aggs);
H A DFilter.php47 if ($this->_aggs) {
48 $array['aggs'] = $this->_convertArrayable($this->_aggs);