[API] change wait_for_completion defaults according to docs (#23672)

This commit is contained in:
Honza Král 2017-03-22 12:53:28 +01:00 committed by Honza Král
parent c6b881b53e
commit f8b7ec27a4
3 changed files with 3 additions and 3 deletions

View File

@ -146,7 +146,7 @@
}, },
"wait_for_completion": { "wait_for_completion": {
"type" : "boolean", "type" : "boolean",
"default": false, "default": true,
"description" : "Should the request should block until the delete-by-query is complete." "description" : "Should the request should block until the delete-by-query is complete."
}, },
"requests_per_second": { "requests_per_second": {

View File

@ -22,7 +22,7 @@
}, },
"wait_for_completion": { "wait_for_completion": {
"type" : "boolean", "type" : "boolean",
"default": false, "default": true,
"description" : "Should the request should block until the reindex is complete." "description" : "Should the request should block until the reindex is complete."
}, },
"requests_per_second": { "requests_per_second": {

View File

@ -154,7 +154,7 @@
}, },
"wait_for_completion": { "wait_for_completion": {
"type" : "boolean", "type" : "boolean",
"default": false, "default": true,
"description" : "Should the request should block until the update by query operation is complete." "description" : "Should the request should block until the update by query operation is complete."
}, },
"requests_per_second": { "requests_per_second": {