Hmm I am running:

export RIAK_HOST="http://localhost:8098";
curl -XPUT "$RIAK_HOST/search/index/famous"

and I get:

<HTML><HEAD><TITLE>404 Not Found</TITLE></HEAD><BODY><H1>Not Found</H1>The
requested document was not found on this
server.<P><HR><ADDRESS>mochiweb+webmachine web
server</ADDRESS></BODY></HTML>






On Wed, Feb 5, 2014 at 1:14 PM, Eric Redmond <eredm...@basho.com> wrote:
>
> 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
>
_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to