BulkProcessor in Spring Data Elasticsearch #2067
Labels
status: waiting-for-feedback
We need additional information before we can continue
status: waiting-for-triage
An issue we've not yet triaged
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.
The text was updated successfully, but these errors were encountered: