How to update index using rabbitmq River?

Hi

I'm using Elastic-search server 0.16.2. I prepared index using
Rabbitmq river.For that I used elastic-client java API.i do some
updatation on my data,i want to update my previously created
index .how it possible using java client library?

Thanks

What do you mean by update? you mean you want to update some data in the
index you created? You can use the index/delete APIs easily for that.

On Thu, Aug 25, 2011 at 12:47 PM, sam mishra.sameek@gmail.com wrote:

Hi

I'm using Elastic-search server 0.16.2. I prepared index using
Rabbitmq river.For that I used elastic-client java API.i do some
updatation on my data,i want to update my previously created
index .how it possible using java client library?

Thanks