When doing searches in the Discover application, the result scores always show a 0 or 1. To reproduce:
- Do a search in the Discover application
- Expand one of the hits
- EXPECTED>>
_score
to be how that hit scored amongst the results - ACTUAL>>
_score
is always0
- Note: I have come across interweb postings of adding
_score
as aSelected field
and then sorting on that, but that did not make a difference.
- Click on
View single document
- EXPECTED>>
_score
to be how that hit scored amongst the results - ACTUAL>>
_score
is always1
I have executed the same query via the dev tools and do see the expected values for _score
.