Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DBoolQuery.php25 return $this->_addQuery('should', $args);
37 return $this->_addQuery('must', $args);
49 return $this->_addQuery('must_not', $args);
108 protected function _addQuery(string $type, $args): self function in Elastica\\Query\\BoolQuery