"_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.
Hi,
I did an explain request and get the following response:
As you can see the score value is 2 and the value in the explanation is 196.23717.
Why is this different?