Beispiel #1
0
 /**
  * @param string $match
  *
  * @return \Riak\Client\Command\Index\Builder\Builder
  */
 public function withMatch($match)
 {
     $this->query->setMatch($match);
     return $this;
 }