Skip to content

Commit ec3b19a

Browse files
[SPEC] Removed refresh from indices.flush and indices.optimize
1 parent c3813ce commit ec3b19a

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

rest-api-spec/api/indices.flush.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@
3333
"options" : ["open","closed"],
3434
"default" : "open",
3535
"description" : "Whether to expand wildcard expression to concrete indices that are open, closed or both."
36-
},
37-
"refresh": {
38-
"type" : "boolean",
39-
"description" : "Refresh the index after performing the operation"
4036
}
4137
}
4238
},

rest-api-spec/api/indices.optimize.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@
4141
"operation_threading": {
4242
"description" : "TODO: ?"
4343
},
44-
"refresh": {
45-
"type" : "boolean",
46-
"description" : "Specify whether the index should be refreshed after performing the operation (default: true)"
47-
},
4844
"wait_for_merge": {
4945
"type" : "boolean",
5046
"description" : "Specify whether the request should block until the merge process is finished (default: true)"

0 commit comments

Comments
 (0)