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.
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.
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.
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.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.