Indexing Documents in batches

Hi There,

Is there a way to index various of documents in one request? for instance, if I would like to index a list of employees, where each employee will become one document;

Is there a way to POST into an index a JSON array?

Bulk API supports this for indexing, updating and deleting a batch of documents.

https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html

Thank you @Arvind_Rao! I will try the bulk API

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.