Closed
Description
In one of our application we are trying to migrate from elasticsearch-rest-high-level-client to Spring Data Elasticsearch but found that we don't have 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 has helped us a lot in bulk indexing documents efficiently.
Is there a plan to implement this feature in Spring data elastic search? or are we missing something here?
Any help on this is highly appreciated.