Cake\ElasticSearch\FilterBuilder::matchAll PHP Method

matchAll() public method

A filter that returns all documents.
See also: http://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-match-all-filter.html
public matchAll ( ) : Elastica\Filter\MatchAll
return Elastica\Filter\MatchAll
    public function matchAll()
    {
        return new Filter\MatchAll();
    }