Re: How to enabled a riak-search KV bucket from the erlang library

2010-12-14 Thread Alexander Sicular
The bucket specific settings like nval and hooks live in the ring state, afaik. So yes, you can set without having an actual key in that "bucket". -Alexander @siculars on twitter http://siculars.posterous.com Sent from my iPhone On Dec 14, 2010, at 20:44, Bryan Nagle wrote: Hi, Qui

Re: How to enabled a riak-search KV bucket from the erlang library

2010-12-14 Thread Bryan Nagle
Hi, Quick question on this: Does using the code you provided for enabling search also create the bucket if it does not exist? Does this matter? I understand the general idea is that you never need to specifically create buckets, but am wondering if setting the properties on a non-existant bucke

Re: How to enabled a riak-search KV bucket from the erlang library

2010-12-14 Thread Sean Cribbs
Carson, Unfortunately the PB interface, as you discovered, doesn't support all the bucket properties. You could, however, also use the riak-erlang-http-client which has full support for all bucket properties. We realize this is a pain point and will be working to improve the PB interface in the