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?
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.
© 2020. All Rights Reserved - Elasticsearch
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.