Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DQuery.php8 use Elastica\Query\MatchAll; alias
97 * For example, an empty argument will return a \Elastica\Query with a \Elastica\Query\MatchAll.
108 return new static(new MatchAll());
335 $this->setQuery(new MatchAll());
H A DSearch.php10 use Elastica\Query\MatchAll;
296 $this->_query = new Query(new MatchAll());
8 use Elastica\Query\MatchAll; global() alias
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DMatchAll.php12 class MatchAll extends AbstractQuery class
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DQuery.php23 use Elastica\Query\MatchAll; alias
254 public function match_all(): MatchAll
256 return new MatchAll();
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md611 - Added `\Elastica\Query\MatchNone` the inverse of MatchAll. [#1276](https://github.com/ruflin/Elastica/pull/1276)