# How to check score / explanation of a query on a specific document?

**URL:** https://discuss.elastic.co/t/how-to-check-score-explanation-of-a-query-on-a-specific-document/63274
**Category:** Elasticsearch
**Created:** [October 18, 2016, 9:32am UTC](https://discuss.elastic.co/t/how-to-check-score-explanation-of-a-query-on-a-specific-document/63274 "2016-10-18T09:32:43Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![vchalmel](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/vchalmel/32/11681_2.png) [@vchalmel](https://discuss.elastic.co/u/vchalmel)
#### Post date: [October 18, 2016, 9:32am UTC](https://discuss.elastic.co/t/how-to-check-score-explanation-of-a-query-on-a-specific-document/63274/1 "2016-10-18T09:32:43Z")

</div>

Hello There,

In order to finely tune and debug more-like-this queries, how a could I, obtain the result of a query on a specific document which I know should match well my search, get its score and explanation ?

Thanks in advance,

---

<div class="post-metadata">

### Author: ![vchalmel](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/vchalmel/32/11681_2.png) [@vchalmel](https://discuss.elastic.co/u/vchalmel)
#### Post date: [November 4, 2016, 9:19am UTC](https://discuss.elastic.co/t/how-to-check-score-explanation-of-a-query-on-a-specific-document/63274/2 "2016-11-04T09:19:14Z")

</div>

no one ?

---

<div class="post-metadata">

### Author: ![Mark\_Harwood](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/mark_harwood/32/10538_2.png) [@Mark\_Harwood](https://discuss.elastic.co/u/Mark_Harwood)
#### Post date: [November 4, 2016, 9:58am UTC](https://discuss.elastic.co/t/how-to-check-score-explanation-of-a-query-on-a-specific-document/63274/3 "2016-11-04T09:58:22Z")

</div>

See [Search with fuzzy and on a field with word\_delimiter doesn't work as expected](https://discuss.elastic.co/t/search-with-fuzzy-and-on-a-field-with-word-delimiter-doesnt-work-as-expected/64989/2?u=mark_harwood)

---

<div class="post-metadata">

### Author: ![vchalmel](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/vchalmel/32/11681_2.png) [@vchalmel](https://discuss.elastic.co/u/vchalmel)
#### Post date: [November 4, 2016, 10:15am UTC](https://discuss.elastic.co/t/how-to-check-score-explanation-of-a-query-on-a-specific-document/63274/4 "2016-11-04T10:15:44Z")

</div>

Ok, so instead of calling the search api with the explain parameter, I call the explain api on the document. gotcha.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 5, 2017, 10:06pm UTC](https://discuss.elastic.co/t/how-to-check-score-explanation-of-a-query-on-a-specific-document/63274/5 "2017-07-05T22:06:35Z")

</div>


