[apis] regenerate
This commit is contained in:
@ -1282,7 +1282,7 @@ client.rankEval([params, [callback]])
|
|||||||
|
|
||||||
// no description
|
// no description
|
||||||
|
|
||||||
Check the *<<api-conventions>>* 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 *<<api-conventions>>* 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
|
// no examples
|
||||||
|
|
||||||
@ -1295,7 +1295,7 @@ Check the *<<api-conventions>>* and https://www.elastic.co/guide/en/elasticsearc
|
|||||||
`type`::
|
`type`::
|
||||||
<<api-param-type-string,`String`>>, <<api-param-type-string-array,`String[]`>>, <<api-param-type-boolean,`Boolean`>> -- A comma-separated list of document types to search; leave empty to perform the operation on all types
|
<<api-param-type-string,`String`>>, <<api-param-type-string-array,`String[]`>>, <<api-param-type-boolean,`Boolean`>> -- A comma-separated list of document types to search; leave empty to perform the operation on all types
|
||||||
`body`::
|
`body`::
|
||||||
<<api-param-type-object,`Object`>>, <<api-param-type-json,`JSON`>> -- 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.
|
<<api-param-type-object,`Object`>>, <<api-param-type-json,`JSON`>> -- 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]
|
link:#[back to top]
|
||||||
|
|
||||||
|
|||||||
@ -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 {Object} params - An object with parameters used to carry out this action
|
||||||
* @param {<<api-param-type-string,`String`>>, <<api-param-type-string-array,`String[]`>>, <<api-param-type-boolean,`Boolean`>>} params.index - A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices
|
* @param {<<api-param-type-string,`String`>>, <<api-param-type-string-array,`String[]`>>, <<api-param-type-boolean,`Boolean`>>} params.index - A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices
|
||||||
|
|||||||
@ -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 {Object} params - An object with parameters used to carry out this action
|
||||||
* @param {<<api-param-type-string,`String`>>, <<api-param-type-string-array,`String[]`>>, <<api-param-type-boolean,`Boolean`>>} params.index - A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices
|
* @param {<<api-param-type-string,`String`>>, <<api-param-type-string-array,`String[]`>>, <<api-param-type-boolean,`Boolean`>>} params.index - A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices
|
||||||
|
|||||||
@ -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 {Object} params - An object with parameters used to carry out this action
|
||||||
* @param {<<api-param-type-string,`String`>>, <<api-param-type-string-array,`String[]`>>, <<api-param-type-boolean,`Boolean`>>} params.index - A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices
|
* @param {<<api-param-type-string,`String`>>, <<api-param-type-string-array,`String[]`>>, <<api-param-type-boolean,`Boolean`>>} params.index - A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices
|
||||||
|
|||||||
Reference in New Issue
Block a user