# Result Bulk indexing

**URL:** https://discuss.elastic.co/t/result-bulk-indexing/14495
**Category:** Elasticsearch
**Created:** [November 20, 2013, 2:38pm UTC](https://discuss.elastic.co/t/result-bulk-indexing/14495 "2013-11-20T14:38:57Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![pablo3027](https://avatars.discourse-cdn.com/v4/letter/p/9e8a1a/32.png) [@pablo3027](https://discuss.elastic.co/u/pablo3027)
#### Post date: [November 20, 2013, 2:38pm UTC](https://discuss.elastic.co/t/result-bulk-indexing/14495/1 "2013-11-20T14:38:57Z")

</div>

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](mailto:elasticsearch+unsubscribe@googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![javanna](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/javanna/32/4698_2.png) [@javanna](https://discuss.elastic.co/u/javanna)
#### Post date: [November 21, 2013, 10:32pm UTC](https://discuss.elastic.co/t/result-bulk-indexing/14495/2 "2013-11-21T22:32:16Z")

</div>

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](mailto:elasticsearch+unsubscribe@googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![pablo3027](https://avatars.discourse-cdn.com/v4/letter/p/9e8a1a/32.png) [@pablo3027](https://discuss.elastic.co/u/pablo3027)
#### Post date: [November 22, 2013, 7:27am UTC](https://discuss.elastic.co/t/result-bulk-indexing/14495/3 "2013-11-22T07:27:27Z")

</div>

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

2013/11/21 Luca Cavanna [cavannaluca@gmail.com](mailto: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](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](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> For more options, visit [https://groups.google.com/groups/opt\_out](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](mailto:elasticsearch+unsubscribe@googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![javanna](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/javanna/32/4698_2.png) [@javanna](https://discuss.elastic.co/u/javanna)
#### Post date: [November 22, 2013, 9:05am UTC](https://discuss.elastic.co/t/result-bulk-indexing/14495/4 "2013-11-22T09:05:36Z")

</div>

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](mailto: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](mailto: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](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](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> > For more options, visit [https://groups.google.com/groups/opt\_out](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](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](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> For more options, visit [https://groups.google.com/groups/opt\_out](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](mailto:elasticsearch+unsubscribe@googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 6, 2017, 2:05am UTC](https://discuss.elastic.co/t/result-bulk-indexing/14495/5 "2017-07-06T02:05:26Z")

</div>


