Class DissociateIndex
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\Search\DissociateIndex
implements
Basho\Riak\Command\BuilderInterface
Namespace: Basho\Riak\Command\Builder\Search
Author: Christopher Mancini
Located at Riak/Command/Builder/Search/DissociateIndex.php
Author: Christopher Mancini
Located at Riak/Command/Builder/Search/DissociateIndex.php
Methods summary
public
|
Methods inherited from Basho\Riak\Command\Builder\SetBucketProperties
Methods inherited from Basho\Riak\Command\Builder
getConnection(),
getParameters(),
getVerbose(),
required(),
withParameter(),
withParameters(),
withVerboseMode()