[SPEC] Added force to indices.refresh

This commit is contained in:
Clinton Gormley 2014-01-16 15:28:56 +01:00
parent ec3b19a866
commit 555dbfd4b3
1 changed files with 5 additions and 0 deletions

View File

@ -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: ?"
}