Open
Description
From the discussion in thread 2067, there is no BulkProcessor equivalent implementation in Spring data elastic search.
The BulkProcessor simplifies the usage of the Bulk API by providing a utility class that allows index/update/delete operations to be transparently executed as they are added to the processor and this feature helps anyone who wants to bulk index documents efficiently.
Please consider this issue as feature request.