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