Ejemplo n.º 1
0
 /**
  * Specify the starting result of the query.
  * Useful for pagination. The default is 0.
  *
  * @param integer $start
  *
  * @return \Riak\Client\Command\Search\Search
  */
 public function withStart($start)
 {
     $this->query->setStart($start);
     return $this;
 }