Class AssociateIndex
Used to increment counter objects in Riak by the provided positive / negative integer
$command = (new Command\Builder\StoreObject($riak)) ->buildObject('{"firstName":"John","lastName":"Doe","email":"johndoe@gmail.com"}') ->buildBucket('users') ->build(); $response = $command->execute($command); $user_location = $response->getLocation();
- Basho\Riak\Command\Builder
- 
			 Basho\Riak\Command\Builder\SetBucketProperties
			
			 implements 
				Basho\Riak\Command\BuilderInterface
			
			 uses 
					Basho\Riak\Command\Builder\BucketTrait Basho\Riak\Command\Builder\SetBucketProperties
			
			 implements 
				Basho\Riak\Command\BuilderInterface
			
			 uses 
					Basho\Riak\Command\Builder\BucketTrait
- 
			 Basho\Riak\Command\Builder\Search\AssociateIndex			
			 implements 
				Basho\Riak\Command\BuilderInterface Basho\Riak\Command\Builder\Search\AssociateIndex			
			 implements 
				Basho\Riak\Command\BuilderInterface
		
		
		Namespace: Basho\Riak\Command\Builder\Search
Author: Christopher Mancini
Located at Riak/Command/Builder/Search/AssociateIndex.php
	
		
		Author: Christopher Mancini
Located at Riak/Command/Builder/Search/AssociateIndex.php
Methods inherited from Basho\Riak\Command\Builder\SetBucketProperties
Methods inherited from Basho\Riak\Command\Builder
				__construct(), 
				getConnection(), 
				getParameters(), 
				getVerbose(), 
				required(), 
				withParameter(), 
				withParameters(), 
				withVerboseMode()