File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -223,13 +223,14 @@ type BulkIndexerResponse struct {
223223
224224// BulkIndexerResponseItem represents the Elasticsearch response item.
225225type BulkIndexerResponseItem struct {
226- Index string `json:"_index"`
227- DocumentID string `json:"_id"`
228- Version int64 `json:"_version"`
229- Result string `json:"result"`
230- Status int `json:"status"`
231- SeqNo int64 `json:"_seq_no"`
232- PrimTerm int64 `json:"_primary_term"`
226+ Index string `json:"_index"`
227+ DocumentID string `json:"_id"`
228+ Version int64 `json:"_version"`
229+ Result string `json:"result"`
230+ Status int `json:"status"`
231+ SeqNo int64 `json:"_seq_no"`
232+ PrimTerm int64 `json:"_primary_term"`
233+ FailureStore string `json:"failure_store,omitempty"`
233234
234235 Shards struct {
235236 Total int `json:"total"`
You can’t perform that action at this time.
0 commit comments