Example #1
0
 /**
  * @param string $indexName
  *
  * @return \Riak\Client\Command\Index\Builder\Builder
  */
 public function withIndexName($indexName)
 {
     $this->query->setIndexName($this->createFullIndexName($indexName));
     return $this;
 }