From de4a5764951af67b34986694d8980fd8d1b3ada5 Mon Sep 17 00:00:00 2001 From: spalger Date: Thu, 8 Mar 2018 16:07:28 -0700 Subject: [PATCH] [apis] regenerate --- docs/api_methods.asciidoc | 4 ++-- src/lib/apis/6_2.js | 2 +- src/lib/apis/6_x.js | 2 +- src/lib/apis/master.js | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/api_methods.asciidoc b/docs/api_methods.asciidoc index b6e2f3525..63ad99d29 100644 --- a/docs/api_methods.asciidoc +++ b/docs/api_methods.asciidoc @@ -1282,7 +1282,7 @@ client.rankEval([params, [callback]]) // no description -Check the *<>* and https://www.elastic.co/guide/en/elasticsearch/reference/6.2/docs-rank-eval.html[the elasticsearch docs] for more information pertaining to this method. +Check the *<>* and https://www.elastic.co/guide/en/elasticsearch/reference/6.2/search-rank-eval.html[the elasticsearch docs] for more information pertaining to this method. // no examples @@ -1295,7 +1295,7 @@ Check the *<>* and https://www.elastic.co/guide/en/elasticsearc `type`:: <>, <>, <> -- A comma-separated list of document types to search; leave empty to perform the operation on all types `body`:: -<>, <> -- The request body, as either JSON or a JSON serializable object. See https://www.elastic.co/guide/en/elasticsearch/reference/6.2/docs-rank-eval.html[the elasticsearch docs] for details about what can be specified here. +<>, <> -- The request body, as either JSON or a JSON serializable object. See https://www.elastic.co/guide/en/elasticsearch/reference/6.2/search-rank-eval.html[the elasticsearch docs] for details about what can be specified here. link:#[back to top] diff --git a/src/lib/apis/6_2.js b/src/lib/apis/6_2.js index bd6fdb710..a23585a42 100644 --- a/src/lib/apis/6_2.js +++ b/src/lib/apis/6_2.js @@ -5638,7 +5638,7 @@ api.putScript = ca({ }); /** - * Perform a [rankEval](https://www.elastic.co/guide/en/elasticsearch/reference/6.2/docs-rank-eval.html) request + * Perform a [rankEval](https://www.elastic.co/guide/en/elasticsearch/reference/6.2/search-rank-eval.html) request * * @param {Object} params - An object with parameters used to carry out this action * @param {<>, <>, <>} params.index - A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices diff --git a/src/lib/apis/6_x.js b/src/lib/apis/6_x.js index 45ba4e5a0..f08199346 100644 --- a/src/lib/apis/6_x.js +++ b/src/lib/apis/6_x.js @@ -5628,7 +5628,7 @@ api.putScript = ca({ }); /** - * Perform a [rankEval](https://www.elastic.co/guide/en/elasticsearch/reference/6.x/docs-rank-eval.html) request + * Perform a [rankEval](https://www.elastic.co/guide/en/elasticsearch/reference/6.x/search-rank-eval.html) request * * @param {Object} params - An object with parameters used to carry out this action * @param {<>, <>, <>} params.index - A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices diff --git a/src/lib/apis/master.js b/src/lib/apis/master.js index fe4e9a110..30f0b9ce2 100644 --- a/src/lib/apis/master.js +++ b/src/lib/apis/master.js @@ -5618,7 +5618,7 @@ api.putScript = ca({ }); /** - * Perform a [rankEval](https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-rank-eval.html) request + * Perform a [rankEval](https://www.elastic.co/guide/en/elasticsearch/reference/master/search-rank-eval.html) request * * @param {Object} params - An object with parameters used to carry out this action * @param {<>, <>, <>} params.index - A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices