Introduction
The Bulk API lets you send many actions like adding or deleting documents in one request. This saves time and makes your work faster.
When you want to add many documents to Elasticsearch at once.
When you need to update multiple documents quickly.
When you want to delete many documents in one go.
When you want to reduce the number of requests to Elasticsearch to improve speed.
When you are importing a large dataset into Elasticsearch.