From dfcc0f97f0f604856674865ae0d6584feb64cf26 Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Sat, 11 Oct 2014 17:19:06 +0200 Subject: [PATCH] Spec: Removed flush and max_num_segments from indices.upgrade --- rest-api-spec/api/indices.upgrade.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/rest-api-spec/api/indices.upgrade.json b/rest-api-spec/api/indices.upgrade.json index 2aeddd083ed..fec2cdf95ab 100644 --- a/rest-api-spec/api/indices.upgrade.json +++ b/rest-api-spec/api/indices.upgrade.json @@ -22,18 +22,10 @@ "default" : "open", "description" : "Whether to expand wildcard expression to concrete indices that are open, closed or both." }, - "flush": { - "type" : "boolean", - "description" : "Specify whether the index should be flushed after performing the operation (default: true)" - }, "ignore_unavailable": { "type" : "boolean", "description" : "Whether specified concrete indices should be ignored when unavailable (missing or closed)" }, - "max_num_segments": { - "type" : "number", - "description" : "The number of segments the index should be merged into (default: dynamic)" - }, "wait_for_completion": { "type" : "boolean", "description" : "Specify whether the request should block until the all segments are upgraded (default: true)"