summaryrefslogtreecommitdiffstats
path: root/vendor/gopkg.in/olivere/elastic.v5/search_shards.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gopkg.in/olivere/elastic.v5/search_shards.go')
-rw-r--r--vendor/gopkg.in/olivere/elastic.v5/search_shards.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/gopkg.in/olivere/elastic.v5/search_shards.go b/vendor/gopkg.in/olivere/elastic.v5/search_shards.go
index edd9b0547..ad7fa17d5 100644
--- a/vendor/gopkg.in/olivere/elastic.v5/search_shards.go
+++ b/vendor/gopkg.in/olivere/elastic.v5/search_shards.go
@@ -176,5 +176,5 @@ type ShardsInfo struct {
Shard uint `json:"shard"`
State string `json:"state"`
AllocationId interface{} `json:"allocation_id"`
- RelocatingNode bool `json:"relocating_node"`
+ RelocatingNode string `json:"relocating_node"`
}