Merge pull request elastic/elasticsearch#638 from simianhacker/indexer-fixes

Fix Index Recovery Process

Original commit: elastic/x-pack-elasticsearch@4c7956fdd7
This commit is contained in:
Tim Sullivan 2015-11-04 09:47:18 -07:00
commit ae8b7afe22

View File

@ -222,8 +222,12 @@
},
"index_recovery": {
"properties": {
"shards": {
"type": "object"
"index_recovery": {
"properties": {
"shards": {
"type": "object"
}
}
}
}
}