Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/
DQuery.php8 use Elastica\Query\MatchAll; alias
108 return new static(new MatchAll());
335 $this->setQuery(new MatchAll());
DSearch.php10 use Elastica\Query\MatchAll; alias
296 $this->_query = new Query(new MatchAll());
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
DMatchAll.php12 class MatchAll extends AbstractQuery class
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
DQuery.php23 use Elastica\Query\MatchAll; alias
254 public function match_all(): MatchAll
256 return new MatchAll();
/plugin/elasticsearch/vendor/ruflin/elastica/
DCHANGELOG.md611 - Added `\Elastica\Query\MatchNone` the inverse of MatchAll. [#1276](https://github.com/ruflin/Elas…