# Why the returned score is more than 100 , like , 113.445 ,115?

**URL:** https://discuss.elastic.co/t/why-the-returned-score-is-more-than-100-like-113-445-115/75618
**Category:** Elasticsearch
**Created:** [February 18, 2017, 11:18pm UTC](https://discuss.elastic.co/t/why-the-returned-score-is-more-than-100-like-113-445-115/75618 "2017-02-18T23:18:49Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Reza\_Shirazi](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/reza_shirazi/32/15657_2.png) [@Reza\_Shirazi](https://discuss.elastic.co/u/Reza_Shirazi)
#### Post date: [February 18, 2017, 11:18pm UTC](https://discuss.elastic.co/t/why-the-returned-score-is-more-than-100-like-113-445-115/75618/1 "2017-02-18T23:18:49Z")

</div>

Hi, I am running a compound boolean match query against 100k rows and what I get as the score for the matched documents is between 0 to more than 100, like 113.494 or 111.8383 etc. Why the scoring is more than 100 and is not between 0 to 1 as percentage ? How do I know what the max is?

Appreciate your help and answer.

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [February 18, 2017, 11:24pm UTC](https://discuss.elastic.co/t/why-the-returned-score-is-more-than-100-like-113-445-115/75618/2 "2017-02-18T23:24:46Z")

</div>

Check this chapter out - [https://www.elastic.co/guide/en/elasticsearch/guide/2.x/sorting.html](https://www.elastic.co/guide/en/elasticsearch/guide/2.x/sorting.html)

---

<div class="post-metadata">

### Author: ![Reza\_Shirazi](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/reza_shirazi/32/15657_2.png) [@Reza\_Shirazi](https://discuss.elastic.co/u/Reza_Shirazi)
#### Post date: [February 18, 2017, 11:43pm UTC](https://discuss.elastic.co/t/why-the-returned-score-is-more-than-100-like-113-445-115/75618/3 "2017-02-18T23:43:51Z")

</div>

hi, Thanks for the reply. My problem is not sorting. I would like to know why and where the scoring more than 100 is coming from. If highest match document has the score of 114.54 then what is the end value (upper bound) for the score? Because I would like to say for example, give me all results which are more than 70% of accuracy.

Regards,

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [February 19, 2017, 2:44am UTC](https://discuss.elastic.co/t/why-the-returned-score-is-more-than-100-like-113-445-115/75618/4 "2017-02-19T02:44:21Z")

</div>

It's not a percentage.  
It's only used to sort the results.

Add explain parameter if you want to have the detail of the computation.

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [February 19, 2017, 3:46am UTC](https://discuss.elastic.co/t/why-the-returned-score-is-more-than-100-like-113-445-115/75618/5 "2017-02-19T03:46:18Z")

</div>

If you follow the link you'll see there's more than just sorting;

> By default, results are returned sorted by relevance—with the most relevant docs first. Later in this chapter, we explain what we mean by relevance and how it is calculated, but let’s start by looking at the sort parameter and how to use it.

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [February 19, 2017, 8:31am UTC](https://discuss.elastic.co/t/why-the-returned-score-is-more-than-100-like-113-445-115/75618/6 "2017-02-19T08:31:56Z")

</div>

🙂 I was over simplifying 😉

---

<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: [March 19, 2017, 8:32am UTC](https://discuss.elastic.co/t/why-the-returned-score-is-more-than-100-like-113-445-115/75618/7 "2017-03-19T08:32:23Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
