Result Bulk indexing

I am developing a method who index a plenty of documents on one index.
The problem it's this... there is a way to manage the result from this bulk
indexing process (what documents was been indexed right ...???).

I need to know because i want to save the real state of the elasticsearch
indexation from those documents on my database.

Thanks.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

You can use the bulk api to send multiple write requests to elasticsearch.
What you get back is a list of action responses, in the same order you
provided the write requests, that tells you how each operation went.

On Wednesday, November 20, 2013 3:38:57 PM UTC+1, Pablo Blasco wrote:

I am developing a method who index a plenty of documents on one index.
The problem it's this... there is a way to manage the result from this
bulk indexing process (what documents was been indexed right ...???).

I need to know because i want to save the real state of the elasticsearch
indexation from those documents on my database.

Thanks.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Thanks. I am using the bulk but i dont know the meaning from the result.

2013/11/21 Luca Cavanna cavannaluca@gmail.com

You can use the bulk api to send multiple write requests to elasticsearch.
What you get back is a list of action responses, in the same order you
provided the write requests, that tells you how each operation went.

On Wednesday, November 20, 2013 3:38:57 PM UTC+1, Pablo Blasco wrote:

I am developing a method who index a plenty of documents on one index.
The problem it's this... there is a way to manage the result from this
bulk indexing process (what documents was been indexed right ...???).

I need to know because i want to save the real state of the
elasticsearch indexation from those documents on my database.

Thanks.

--
You received this message because you are subscribed to a topic in the
Google Groups "elasticsearch" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/elasticsearch/Wk3wXxVvn8w/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Saludos,
Pablo Blasco Martinavarro.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Could you be more specific regarding what is not clear in the bulk response
and how I can help you?

Cheers
Luca

On Fri, Nov 22, 2013 at 8:27 AM, Pablo Blasco pablo3027@gmail.com wrote:

Thanks. I am using the bulk but i dont know the meaning from the result.

2013/11/21 Luca Cavanna cavannaluca@gmail.com

You can use the bulk api to send multiple write requests to
elasticsearch. What you get back is a list of action responses, in the same
order you provided the write requests, that tells you how each operation
went.

On Wednesday, November 20, 2013 3:38:57 PM UTC+1, Pablo Blasco wrote:

I am developing a method who index a plenty of documents on one index.
The problem it's this... there is a way to manage the result from this
bulk indexing process (what documents was been indexed right ...???).

I need to know because i want to save the real state of the
elasticsearch indexation from those documents on my database.

Thanks.

--
You received this message because you are subscribed to a topic in the
Google Groups "elasticsearch" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/elasticsearch/Wk3wXxVvn8w/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Saludos,
Pablo Blasco Martinavarro.

--
You received this message because you are subscribed to a topic in the
Google Groups "elasticsearch" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/elasticsearch/Wk3wXxVvn8w/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.