File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -223,13 +223,14 @@ type BulkIndexerResponse struct {
223
223
224
224
// BulkIndexerResponseItem represents the Elasticsearch response item.
225
225
type 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"`
233
234
234
235
Shards struct {
235
236
Total int `json:"total"`
You can’t perform that action at this time.
0 commit comments