Sam_4
(Sam)
March 28, 2012, 3:13am
1
Hi All
I am using rabbitmq river to index document.
Also i have read following document <
http://www.elasticsearch.org/guide/reference/api/bulk.html >
prepared message format: https://gist.github.com/2223250
After publishing message on ES server it got following exception on server
console:
https://gist.github.com/2223253
please tell me implementing Versioning required,other configuration with
rabbitmq river and also where the problem and solution.
Thanks
kimchy
(Shay Banon)
March 28, 2012, 10:51am
2
When you index a doc and provide a version, then a document with the same
version is expected to already exists in the index.
On Wed, Mar 28, 2012 at 5:13 AM, sam mishra.sameek@gmail.com wrote:
Hi All
I am using rabbitmq river to index document.
Also i have read following document <
Elasticsearch Platform — Find real-time answers at scale | Elastic >
prepared message format: https://gist.github.com/2223250
After publishing message on ES server it got following exception on
server console:
https://gist.github.com/2223253
please tell me implementing Versioning required,other configuration with
rabbitmq river and also where the problem and solution.
Thanks