Facing issue related to search

2014-02-17 Thread Abhishek Kumar
I am a newbie in RIAK and trying this example but getting error: http://basho.github.io/riak-python-client/query.html#fulltext-search Riak version: 2.0.0pre11 client-lib: python client = riak.RiakClient(nodes=[{'host':'127.0.0.1','http_port':8098}], RETRY_COUNT=2, protocol='http') log.info('Conne

Facing issue related to search

2014-02-19 Thread Abhishek kumar
I am a newbie in RIAK and trying this example but getting error: http://basho.github.io/riak-python-client/query.html#fulltext-search Riak version: 2.0.0pre11 client-lib: python client = riak.RiakClient(nodes=[{'host':'127.0.0.1','http_port':8098}], RETRY_COUNT=2, protocol='http') log.info('Conne

Re: Facing issue related to search

2014-02-20 Thread Abhishek kumar
to `search = on`. After that, please see the Riak > Search simple setup section in our online documentation for further > details on indexing and querying data. [0] > > -- > Hector > > [0] http://docs.basho.com/riak/2.0.0pre11/dev/using/search/#Simple-Setup > > On Sun,

Re: Facing issue related to search

2014-03-04 Thread Abhishek Kumar
sing/search/ > > search-cmd is unusable for 2.0 Search. You no longer manually manage > indexes in new Riak Search, but instead, you associate a bucket with an > index, and then insert values into Riak. It will manage indexing for you. > > Eric > > > > On Feb 19, 2014,