Sorry, clicked send too fast.

After creating the index, then you add the bucket property, pointing to the 
search_index.

curl -XPUT "$RIAK_HOST/buckets/cats/props"  -H'content-type:application/json'  
-d'{"props":{"search_index":"famous"}}'

Eric

On Feb 5, 2014, at 10:12 AM, Eric Redmond <eredm...@basho.com> wrote:

> http://docs.basho.com/riak/2.0.0pre11/dev/using/search/#Simple-Setup
> 
> curl -XPUT "$RIAK_HOST/search/index/famous"
> 
> Eric
> 
> 
> On Feb 5, 2014, at 10:08 AM, Kartik Thakore <thakore.kar...@gmail.com> wrote:
> 
>> What is the url to install search bucket indexes hooks on pre11?
>> _______________________________________________
>> riak-users mailing list
>> riak-users@lists.basho.com
>> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
> 

_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to