[SPEC] Added force to indices.refresh
This commit is contained in:
parent
ec3b19a866
commit
555dbfd4b3
|
@ -26,6 +26,11 @@
|
|||
"default" : "open",
|
||||
"description" : "Whether to expand wildcard expression to concrete indices that are open, closed or both."
|
||||
},
|
||||
"force": {
|
||||
"type" : "boolean",
|
||||
"description" : "Force a refresh even if not required",
|
||||
"default": false
|
||||
},
|
||||
"operation_threading": {
|
||||
"description" : "TODO: ?"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue