[apis] regenerate

This commit is contained in:
spalger
2018-10-29 12:21:37 -07:00
parent 11d8504d79
commit ec0514cf59
24 changed files with 25227 additions and 277 deletions

View File

@ -711,7 +711,8 @@ link:#[back to top]
client.explain([params, [callback]])
--------
Provides details about a specific document's score in relation to a specific query. It will also tell you if the document matches the specified query. Also check out http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-percolate.html[percolaters].
Provides details about a specific document's score in relation to a specific query. It will also tell you if the document matches the specified query.
Check the *<<api-conventions>>* and https://www.elastic.co/guide/en/elasticsearch/reference/5.6/search-explain.html[the elasticsearch docs] for more information pertaining to this method.