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
Hi.
I have searched high and low, but could not find information on how to get information on failed bulk operations using elasticsearchOperations.bulkIndex().
All it returns is a list of IndexedObjectInformation which has some odd members, but nothing about the indexing errors.
Your help would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
When a bulk operation fails it throws a BulkFailureException. This exception has a method public Map<String, String> getFailedDocuments(). This maps from the id of the document to the failure message.
Hi.
I have searched high and low, but could not find information on how to get information on failed bulk operations using
elasticsearchOperations.bulkIndex()
.All it returns is a list of
IndexedObjectInformation
which has some odd members, but nothing about the indexing errors.Your help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: