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
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
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
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
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
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