From 440e3f7c726d1dfb63042793e65de79e03c75088 Mon Sep 17 00:00:00 2001 From: spalger Date: Wed, 21 Jun 2017 13:51:27 -0700 Subject: [PATCH] [apis] regenerate --- docs/api_methods.asciidoc | 4 ---- docs/api_methods_5_0.asciidoc | 4 ---- docs/api_methods_5_1.asciidoc | 4 ---- docs/api_methods_5_2.asciidoc | 4 ---- docs/api_methods_5_3.asciidoc | 4 ---- src/lib/apis/5_0.js | 9 --------- src/lib/apis/5_1.js | 9 --------- src/lib/apis/5_2.js | 9 --------- src/lib/apis/5_3.js | 9 --------- src/lib/apis/5_4.js | 9 --------- src/lib/apis/5_5.js | 9 --------- src/lib/apis/5_x.js | 9 --------- src/lib/apis/master.js | 9 --------- 13 files changed, 92 deletions(-) diff --git a/docs/api_methods.asciidoc b/docs/api_methods.asciidoc index 2f8f2e5db..ffc900d88 100644 --- a/docs/api_methods.asciidoc +++ b/docs/api_methods.asciidoc @@ -4542,10 +4542,6 @@ Options::: * `"none"` * `"all"` -`force`:: -<> -- Force a refresh even if not required -`operationThreading`:: -anything -- TODO: ? `index`:: <>, <>, <> -- A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices `body`:: diff --git a/docs/api_methods_5_0.asciidoc b/docs/api_methods_5_0.asciidoc index 27d94633d..8e455855f 100644 --- a/docs/api_methods_5_0.asciidoc +++ b/docs/api_methods_5_0.asciidoc @@ -4347,10 +4347,6 @@ Options::: * `"none"` * `"all"` -`force`:: -<> -- Force a refresh even if not required -`operationThreading`:: -anything -- TODO: ? `index`:: <>, <>, <> -- A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices `body`:: diff --git a/docs/api_methods_5_1.asciidoc b/docs/api_methods_5_1.asciidoc index f1a9281ca..9fd06afc2 100644 --- a/docs/api_methods_5_1.asciidoc +++ b/docs/api_methods_5_1.asciidoc @@ -4422,10 +4422,6 @@ Options::: * `"none"` * `"all"` -`force`:: -<> -- Force a refresh even if not required -`operationThreading`:: -anything -- TODO: ? `index`:: <>, <>, <> -- A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices `body`:: diff --git a/docs/api_methods_5_2.asciidoc b/docs/api_methods_5_2.asciidoc index fde12fec5..0b8202b9d 100644 --- a/docs/api_methods_5_2.asciidoc +++ b/docs/api_methods_5_2.asciidoc @@ -4422,10 +4422,6 @@ Options::: * `"none"` * `"all"` -`force`:: -<> -- Force a refresh even if not required -`operationThreading`:: -anything -- TODO: ? `index`:: <>, <>, <> -- A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices `body`:: diff --git a/docs/api_methods_5_3.asciidoc b/docs/api_methods_5_3.asciidoc index c041487b6..afa468fb3 100644 --- a/docs/api_methods_5_3.asciidoc +++ b/docs/api_methods_5_3.asciidoc @@ -4412,10 +4412,6 @@ Options::: * `"none"` * `"all"` -`force`:: -<> -- Force a refresh even if not required -`operationThreading`:: -anything -- TODO: ? `index`:: <>, <>, <> -- A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices `body`:: diff --git a/src/lib/apis/5_0.js b/src/lib/apis/5_0.js index 6c4707089..84d53ca8b 100644 --- a/src/lib/apis/5_0.js +++ b/src/lib/apis/5_0.js @@ -4057,8 +4057,6 @@ api.indices.prototype.recovery = ca({ * @param {<>} params.ignoreUnavailable - Whether specified concrete indices should be ignored when unavailable (missing or closed) * @param {<>} params.allowNoIndices - Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified) * @param {<>} [params.expandWildcards=open] - Whether to expand wildcard expression to concrete indices that are open, closed or both. - * @param {<>} params.force - Force a refresh even if not required - * @param {anything} params.operationThreading - TODO: ? * @param {<>, <>, <>} params.index - A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices */ api.indices.prototype.refresh = ca({ @@ -4081,13 +4079,6 @@ api.indices.prototype.refresh = ca({ 'all' ], name: 'expand_wildcards' - }, - force: { - type: 'boolean', - 'default': false - }, - operationThreading: { - name: 'operation_threading' } }, urls: [ diff --git a/src/lib/apis/5_1.js b/src/lib/apis/5_1.js index 23bdf38b3..38c9b4f28 100644 --- a/src/lib/apis/5_1.js +++ b/src/lib/apis/5_1.js @@ -4178,8 +4178,6 @@ api.indices.prototype.recovery = ca({ * @param {<>} params.ignoreUnavailable - Whether specified concrete indices should be ignored when unavailable (missing or closed) * @param {<>} params.allowNoIndices - Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified) * @param {<>} [params.expandWildcards=open] - Whether to expand wildcard expression to concrete indices that are open, closed or both. - * @param {<>} params.force - Force a refresh even if not required - * @param {anything} params.operationThreading - TODO: ? * @param {<>, <>, <>} params.index - A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices */ api.indices.prototype.refresh = ca({ @@ -4202,13 +4200,6 @@ api.indices.prototype.refresh = ca({ 'all' ], name: 'expand_wildcards' - }, - force: { - type: 'boolean', - 'default': false - }, - operationThreading: { - name: 'operation_threading' } }, urls: [ diff --git a/src/lib/apis/5_2.js b/src/lib/apis/5_2.js index c85ae91d7..6e899b2c9 100644 --- a/src/lib/apis/5_2.js +++ b/src/lib/apis/5_2.js @@ -4178,8 +4178,6 @@ api.indices.prototype.recovery = ca({ * @param {<>} params.ignoreUnavailable - Whether specified concrete indices should be ignored when unavailable (missing or closed) * @param {<>} params.allowNoIndices - Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified) * @param {<>} [params.expandWildcards=open] - Whether to expand wildcard expression to concrete indices that are open, closed or both. - * @param {<>} params.force - Force a refresh even if not required - * @param {anything} params.operationThreading - TODO: ? * @param {<>, <>, <>} params.index - A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices */ api.indices.prototype.refresh = ca({ @@ -4202,13 +4200,6 @@ api.indices.prototype.refresh = ca({ 'all' ], name: 'expand_wildcards' - }, - force: { - type: 'boolean', - 'default': false - }, - operationThreading: { - name: 'operation_threading' } }, urls: [ diff --git a/src/lib/apis/5_3.js b/src/lib/apis/5_3.js index 3eb40a175..fe9daf7ea 100644 --- a/src/lib/apis/5_3.js +++ b/src/lib/apis/5_3.js @@ -4176,8 +4176,6 @@ api.indices.prototype.recovery = ca({ * @param {<>} params.ignoreUnavailable - Whether specified concrete indices should be ignored when unavailable (missing or closed) * @param {<>} params.allowNoIndices - Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified) * @param {<>} [params.expandWildcards=open] - Whether to expand wildcard expression to concrete indices that are open, closed or both. - * @param {<>} params.force - Force a refresh even if not required - * @param {anything} params.operationThreading - TODO: ? * @param {<>, <>, <>} params.index - A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices */ api.indices.prototype.refresh = ca({ @@ -4200,13 +4198,6 @@ api.indices.prototype.refresh = ca({ 'all' ], name: 'expand_wildcards' - }, - force: { - type: 'boolean', - 'default': false - }, - operationThreading: { - name: 'operation_threading' } }, urls: [ diff --git a/src/lib/apis/5_4.js b/src/lib/apis/5_4.js index bcc6463b8..d4e9d7589 100644 --- a/src/lib/apis/5_4.js +++ b/src/lib/apis/5_4.js @@ -4348,8 +4348,6 @@ api.indices.prototype.recovery = ca({ * @param {<>} params.ignoreUnavailable - Whether specified concrete indices should be ignored when unavailable (missing or closed) * @param {<>} params.allowNoIndices - Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified) * @param {<>} [params.expandWildcards=open] - Whether to expand wildcard expression to concrete indices that are open, closed or both. - * @param {<>} params.force - Force a refresh even if not required - * @param {anything} params.operationThreading - TODO: ? * @param {<>, <>, <>} params.index - A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices */ api.indices.prototype.refresh = ca({ @@ -4372,13 +4370,6 @@ api.indices.prototype.refresh = ca({ 'all' ], name: 'expand_wildcards' - }, - force: { - type: 'boolean', - 'default': false - }, - operationThreading: { - name: 'operation_threading' } }, urls: [ diff --git a/src/lib/apis/5_5.js b/src/lib/apis/5_5.js index f7d0ff39c..6a0579247 100644 --- a/src/lib/apis/5_5.js +++ b/src/lib/apis/5_5.js @@ -4348,8 +4348,6 @@ api.indices.prototype.recovery = ca({ * @param {<>} params.ignoreUnavailable - Whether specified concrete indices should be ignored when unavailable (missing or closed) * @param {<>} params.allowNoIndices - Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified) * @param {<>} [params.expandWildcards=open] - Whether to expand wildcard expression to concrete indices that are open, closed or both. - * @param {<>} params.force - Force a refresh even if not required - * @param {anything} params.operationThreading - TODO: ? * @param {<>, <>, <>} params.index - A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices */ api.indices.prototype.refresh = ca({ @@ -4372,13 +4370,6 @@ api.indices.prototype.refresh = ca({ 'all' ], name: 'expand_wildcards' - }, - force: { - type: 'boolean', - 'default': false - }, - operationThreading: { - name: 'operation_threading' } }, urls: [ diff --git a/src/lib/apis/5_x.js b/src/lib/apis/5_x.js index 88d7c6890..ade9f8730 100644 --- a/src/lib/apis/5_x.js +++ b/src/lib/apis/5_x.js @@ -4348,8 +4348,6 @@ api.indices.prototype.recovery = ca({ * @param {<>} params.ignoreUnavailable - Whether specified concrete indices should be ignored when unavailable (missing or closed) * @param {<>} params.allowNoIndices - Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified) * @param {<>} [params.expandWildcards=open] - Whether to expand wildcard expression to concrete indices that are open, closed or both. - * @param {<>} params.force - Force a refresh even if not required - * @param {anything} params.operationThreading - TODO: ? * @param {<>, <>, <>} params.index - A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices */ api.indices.prototype.refresh = ca({ @@ -4372,13 +4370,6 @@ api.indices.prototype.refresh = ca({ 'all' ], name: 'expand_wildcards' - }, - force: { - type: 'boolean', - 'default': false - }, - operationThreading: { - name: 'operation_threading' } }, urls: [ diff --git a/src/lib/apis/master.js b/src/lib/apis/master.js index 82fa6aa0e..c2bfb1d31 100644 --- a/src/lib/apis/master.js +++ b/src/lib/apis/master.js @@ -4200,8 +4200,6 @@ api.indices.prototype.recovery = ca({ * @param {<>} params.ignoreUnavailable - Whether specified concrete indices should be ignored when unavailable (missing or closed) * @param {<>} params.allowNoIndices - Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified) * @param {<>} [params.expandWildcards=open] - Whether to expand wildcard expression to concrete indices that are open, closed or both. - * @param {<>} params.force - Force a refresh even if not required - * @param {anything} params.operationThreading - TODO: ? * @param {<>, <>, <>} params.index - A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices */ api.indices.prototype.refresh = ca({ @@ -4224,13 +4222,6 @@ api.indices.prototype.refresh = ca({ 'all' ], name: 'expand_wildcards' - }, - force: { - type: 'boolean', - 'default': false - }, - operationThreading: { - name: 'operation_threading' } }, urls: [