[SPEC] Removed refresh from indices.flush and indices.optimize

This commit is contained in:
Clinton Gormley 2014-01-16 15:28:44 +01:00
parent c3813ceb71
commit ec3b19a866
2 changed files with 0 additions and 8 deletions

View File

@ -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"
}
}
},

View File

@ -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)"