Re: A first encounter with Riak/Riak-search - not getting it to work.

2010-12-29 Thread Rusty Klophaus
We worked through this on IRC, but to summarize: It looks like the 403's were caused by a misformatted curl command. The steps below make it work: # Install the bucket hook. bin/search-cmd install my_bucket # Index the document in the bucket. Assumes the XML document is in document.xml curl -X

A first encounter with Riak/Riak-search - not getting it to work.

2010-12-29 Thread Sven Johansson
I am putting together an application prototype for a client that needs to store vast amounts of historical data. The data is supposed to be delivered to this application as XML, and these documents needs to be searchable based on certain field values in these documents. After reading up on Riak, a