Re: installing index on pre11

2014-02-06 Thread Kartik Thakore
Ah ok .. I had an older Riak installed. Then didn't purge the config before installing the new Riak deb. Do'h On Thu, Feb 6, 2014 at 11:11 AM, Eric Redmond wrote: > Ahhh there's your problem. You don't have the new search activated. You > have old search. Are you configuring with riak.conf, or

Re: installing index on pre11

2014-02-05 Thread Kartik Thakore
Hmm I am running: export RIAK_HOST="http://localhost:8098"; curl -XPUT "$RIAK_HOST/search/index/famous" and I get: 404 Not FoundNot FoundThe requested document was not found on this server.mochiweb+webmachine web server On Wed, Feb 5, 2014 at 1:14 PM, Eric Redmond wrote: > > Sorry, clicke

Re: installing index on pre11

2014-02-05 Thread Eric Redmond
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 wrote: > What is the url to install search bucket indexes hooks on pre11? > ___ > riak-

Re: installing index on pre11

2014-02-05 Thread Eric Redmond
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 wrote:

installing index on pre11

2014-02-05 Thread Kartik Thakore
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