[apis] regenerate

This commit is contained in:
spalger
2018-10-24 10:32:58 -07:00
parent 0454df9d37
commit 2b82644bee
16 changed files with 212 additions and 42 deletions

View File

@ -455,7 +455,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/0.90/search-explain.html[the elasticsearch docs] for more information pertaining to this method.