Elasticsearch - Search Results and Scoring
You wrote this Elasticsearch query but all documents have
_score equal to 1.0, which is unexpected:
{
"query": {
"match_all": {}
}
}
What is the likely reason for this behavior?