Spec: Removed flush and max_num_segments from indices.upgrade
This commit is contained in:
parent
1e47f02891
commit
dfcc0f97f0
|
@ -22,18 +22,10 @@
|
||||||
"default" : "open",
|
"default" : "open",
|
||||||
"description" : "Whether to expand wildcard expression to concrete indices that are open, closed or both."
|
"description" : "Whether to expand wildcard expression to concrete indices that are open, closed or both."
|
||||||
},
|
},
|
||||||
"flush": {
|
|
||||||
"type" : "boolean",
|
|
||||||
"description" : "Specify whether the index should be flushed after performing the operation (default: true)"
|
|
||||||
},
|
|
||||||
"ignore_unavailable": {
|
"ignore_unavailable": {
|
||||||
"type" : "boolean",
|
"type" : "boolean",
|
||||||
"description" : "Whether specified concrete indices should be ignored when unavailable (missing or closed)"
|
"description" : "Whether specified concrete indices should be ignored when unavailable (missing or closed)"
|
||||||
},
|
},
|
||||||
"max_num_segments": {
|
|
||||||
"type" : "number",
|
|
||||||
"description" : "The number of segments the index should be merged into (default: dynamic)"
|
|
||||||
},
|
|
||||||
"wait_for_completion": {
|
"wait_for_completion": {
|
||||||
"type" : "boolean",
|
"type" : "boolean",
|
||||||
"description" : "Specify whether the request should block until the all segments are upgraded (default: true)"
|
"description" : "Specify whether the request should block until the all segments are upgraded (default: true)"
|
||||||
|
|
Loading…
Reference in New Issue