Elastica\Query\SimpleQueryString::setQuery PHP 메소드

setQuery() 공개 메소드

Set the querystring for this query.
public setQuery ( string $query )
$query string see ES documentation for querystring syntax
    public function setQuery($query)
    {
        return $this->setParam('query', $query);
    }