Ejemplo n.º 1
0
 /**
  * @param string $query
  *
  * @return \Riak\Client\Command\Search\Search
  */
 public function withQuery($query)
 {
     $this->query->setQuery($query);
     return $this;
 }