Skip to content

Commit

Permalink
Replaced if_seq_num to if_seq_no
Browse files Browse the repository at this point in the history
Signed-off by: Kyle Darryl Aguilar <aguilarkyledarryl@gmail.com>
  • Loading branch information
noname4life committed Sep 30, 2022
1 parent dba374d commit 4c2a329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opensearchutil/bulk_indexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ type bulkActionMetadata struct {
Routing *string `json:"routing,omitempty"`
Version *int64 `json:"version,omitempty"`
VersionType *string `json:"version_type,omitempty"`
IfSeqNum *int64 `json:"if_seq_num,omitempty"`
IfSeqNum *int64 `json:"if_seq_no,omitempty"`
IfPrimaryTerm *int64 `json:"if_primary_term,omitempty"`
WaitForActiveShards interface{} `json:"wait_for_active_shards,omitempty"`
Refresh *string `json:"refresh,omitempty"`
Expand Down

0 comments on commit 4c2a329

Please sign in to comment.