Searched refs:MatchAll (Results 1 – 5 of 5) sorted by relevance
8 use Elastica\Query\MatchAll; alias108 return new static(new MatchAll());335 $this->setQuery(new MatchAll());
10 use Elastica\Query\MatchAll; alias296 $this->_query = new Query(new MatchAll());
12 class MatchAll extends AbstractQuery class
23 use Elastica\Query\MatchAll; alias254 public function match_all(): MatchAll256 return new MatchAll();
611 - Added `\Elastica\Query\MatchNone` the inverse of MatchAll. [#1276](https://github.com/ruflin/Elas…