-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Why is score different from value in explanation? #28725
Copy link
Copy link
Closed
Labels
:Search/SearchSearch-related issues that do not fall into other categoriesSearch-related issues that do not fall into other categories>bug
Description
Hi,
I did an explain request and get the following response:
"_score": 2,
"fields": {
"title": [
"Title"
],
"id": [
"vbce77e7t9pe"
]
},
"highlight": {
"content.search": [
"... some content ..."
]
},
"_explanation": {
"value": 196.23717,
"description": "sum of:",
"details": [
{...
},
{
"value": 4.737492,
"description": "product of:",
"details": [...
]
}
]
},
As you can see the score value is 2 and the value in the explanation is 196.23717.
Why is this different?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
:Search/SearchSearch-related issues that do not fall into other categoriesSearch-related issues that do not fall into other categories>bug
Type
Fields
Give feedbackNo fields configured for issues without a type.