Small text edits for `_cluster/health`

This commit is contained in:
Karel Minarik 2013-05-28 09:58:00 +02:00
parent 69085bc535
commit 84597e12d3
1 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@
"parts": { "parts": {
"index": { "index": {
"type" : "string", "type" : "string",
"description" : "Limit the health information to specific index" "description" : "Limit the information returned to a specific index"
} }
}, },
"params": { "params": {
@ -24,7 +24,7 @@
}, },
"master_timeout": { "master_timeout": {
"type" : "time", "type" : "time",
"description" : "Explicit operation timeout for master node" "description" : "Explicit operation timeout for connection to master node"
}, },
"timeout": { "timeout": {
"type" : "time", "type" : "time",
@ -32,15 +32,15 @@
}, },
"wait_for_active_shards": { "wait_for_active_shards": {
"type" : "number", "type" : "number",
"description" : "Wait until specified number of shards is active" "description" : "Wait until the specified number of shards is active"
}, },
"wait_for_nodes": { "wait_for_nodes": {
"type" : "number", "type" : "number",
"description" : "Wait until specified number of nodes is available" "description" : "Wait until the specified number of nodes is available"
}, },
"wait_for_relocating_shards": { "wait_for_relocating_shards": {
"type" : "number", "type" : "number",
"description" : "Wait until specified number of relocating shards is finished" "description" : "Wait until the specified number of relocating shards is finished"
}, },
"wait_for_status": { "wait_for_status": {
"type" : "enum", "type" : "enum",