Skip to content

Commit

Permalink
opensearchapi: indices segments add missing merge_id field
Browse files Browse the repository at this point in the history
Signed-off-by: Jakob Hahn <[email protected]>
  • Loading branch information
Jakob3xD committed Mar 13, 2024
1 parent 51e3013 commit 899fb56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opensearchapi/api_indices-segments.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ type IndicesSegmentsDetails struct {
Search bool `json:"search"`
Version string `json:"version"`
Compound bool `json:"compound"`
MergeID string `json:"merge_id"`
Sort []struct {
Field string `json:"field"`
Mode string `json:"mode"`
Expand Down

0 comments on commit 899fb56

Please sign in to comment.