[apis] regenerate

This commit is contained in:
spalger
2018-03-08 16:07:28 -07:00
parent a8d68c0ca3
commit de4a576495
4 changed files with 5 additions and 5 deletions

View File

@ -1282,7 +1282,7 @@ client.rankEval([params, [callback]])
// 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
@ -1295,7 +1295,7 @@ Check the *<<api-conventions>>* and https://www.elastic.co/guide/en/elasticsearc
`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
`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]