Cake\ElasticSearch\Query::__construct PHP Method

__construct() public method

Query constructor
public __construct ( Type $repository )
$repository Type The type of document.
    public function __construct(Type $repository)
    {
        $this->repository($repository);
        $this->_elasticQuery = new ElasticaQuery();
    }