Re: Facing issue related to search

2014-03-04 Thread Abhishek Kumar
As per the documentation, I am trying following commands and getting errors: $ export RIAK_HOST="http://localhost:8098"; $ curl -XPUT "$RIAK_HOST /search/index/famous" 404 Not FoundNot FoundThe requested document was not found on this server.mochiweb+webmachine web server -- Abhishek On Thu, Fe

Re: Facing issue related to search

2014-02-20 Thread Eric Redmond
Abhishek, You're conflating two completely different version of Riak Search. If you downloaded Riak pre11, you need to reference the pre11 documentation: http://docs.basho.com/riak/2.0.0pre11/dev/using/search/ search-cmd is unusable for 2.0 Search. You no longer manually manage indexes in new

Re: Facing issue related to search

2014-02-20 Thread Abhishek kumar
Thanks for the clarification. I have another issue, even after modifying the. I am trying 'search-cmd' and couldn't search the documents inserted in the index. ~$ cat riak-search-learn/s3-xml.txt DocID Zen and the Art of Motorcycle Maintenance Robert Pirsig ~$ search-cmd solr

Re: Facing issue related to search

2014-02-19 Thread Hector Castro
Hi Abhishek, The Riak Python client does not yet have official support for the version of Riak Search in Riak 2.0.0pre11. That said, you should be able to add values to a Riak 2.0 cluster (with search configured and enabled) and then query those values using a Python Solr client. In addition, to

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

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