You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
siddeshbb
changed the title
Implement BulkProcessor in Spring Data Elasticsearch
BulkProcessor feature implementation in Spring Data Elasticsearch
Jan 21, 2022
siddeshbb
changed the title
BulkProcessor feature implementation in Spring Data Elasticsearch
BulkProcessor feature in Spring Data Elasticsearch
Jan 21, 2022
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.
The text was updated successfully, but these errors were encountered: