Reindex: Fix error in delete-by-query rest spec (#29318)
This commit is contained in:
parent
569d0c0e89
commit
4db6fc9a08
|
@ -53,7 +53,7 @@
|
|||
"type" : "enum",
|
||||
"options": ["abort", "proceed"],
|
||||
"default": "abort",
|
||||
"description" : "What to do when the delete-by-query hits version conflicts?"
|
||||
"description" : "What to do when the delete by query hits version conflicts?"
|
||||
},
|
||||
"expand_wildcards": {
|
||||
"type" : "enum",
|
||||
|
@ -142,12 +142,12 @@
|
|||
"scroll_size": {
|
||||
"type": "number",
|
||||
"defaut_value": 100,
|
||||
"description": "Size on the scroll request powering the update_by_query"
|
||||
"description": "Size on the scroll request powering the delete by query"
|
||||
},
|
||||
"wait_for_completion": {
|
||||
"type" : "boolean",
|
||||
"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": {
|
||||
"type": "number",
|
||||
|
|
|
@ -150,7 +150,7 @@
|
|||
"scroll_size": {
|
||||
"type": "number",
|
||||
"defaut_value": 100,
|
||||
"description": "Size on the scroll request powering the update_by_query"
|
||||
"description": "Size on the scroll request powering the update by query"
|
||||
},
|
||||
"wait_for_completion": {
|
||||
"type" : "boolean",
|
||||
|
|
Loading…
Reference in New Issue