[SPEC] Removed refresh from indices.flush and indices.optimize
This commit is contained in:
parent
c3813ceb71
commit
ec3b19a866
|
@ -33,10 +33,6 @@
|
|||
"options" : ["open","closed"],
|
||||
"default" : "open",
|
||||
"description" : "Whether to expand wildcard expression to concrete indices that are open, closed or both."
|
||||
},
|
||||
"refresh": {
|
||||
"type" : "boolean",
|
||||
"description" : "Refresh the index after performing the operation"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -41,10 +41,6 @@
|
|||
"operation_threading": {
|
||||
"description" : "TODO: ?"
|
||||
},
|
||||
"refresh": {
|
||||
"type" : "boolean",
|
||||
"description" : "Specify whether the index should be refreshed after performing the operation (default: true)"
|
||||
},
|
||||
"wait_for_merge": {
|
||||
"type" : "boolean",
|
||||
"description" : "Specify whether the request should block until the merge process is finished (default: true)"
|
||||
|
|
Loading…
Reference in New Issue