Skip to content

Why is score different from value in explanation? #28725

@krueger

Description

@krueger

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?

Metadata

Metadata

Labels

:Search/SearchSearch-related issues that do not fall into other categories>bug

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions