Hi Paul,
Deleting a key in Riak will result it being removed from the Yokozuna/Solr
index.
Call the delete method against a bucket object and pass in the name of the
key as an argument, such as:
pauls_bucket = client.bucket('foo')
pauls_bucket.delete('bar')
You can also call delete against a riak object if you've previously fetched
it.
Tom
On Mon, Apr 14, 2014 at 3:50 AM, Paul Walk <[email protected]> wrote:
> I cannot see how one should delete a document from a Yokozuna index with
> the Ruby client. The 'remove' method of the 'client' object has disappeared
> in the latest version of the client...
>
> Can anyone advise?
>
> Paul
> -------------------------------------------
> Paul Walk
> http://www.paulwalk.net
> -------------------------------------------
>
>
>
>
>
>
> _______________________________________________
> riak-users mailing list
> [email protected]
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
>
_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com