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
when I use bulk request to create doc, I want to modify some extraData on CallBack func (onSuccess/OnFailed)
What solution would you like?
add a meta(map[string]interface{})
What alternatives have you considered?
no
Do you have any additional context?
use the opensearch bulk to consume log(file) for batch create doc, i want to implement resume from break-point for the file. so, i have to know about each file offset of doc when I create doc success. but the file offset is extradata, so i want to add the metadata
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
when I use bulk request to create doc, I want to modify some extraData on CallBack func (onSuccess/OnFailed)
What solution would you like?
add a meta(map[string]interface{})
What alternatives have you considered?
no
Do you have any additional context?
use the opensearch bulk to consume log(file) for batch create doc, i want to implement resume from break-point for the file. so, i have to know about each file offset of doc when I create doc success. but the file offset is extradata, so i want to add the metadata
The text was updated successfully, but these errors were encountered: