{ "query": { "match" : { "name": "abcd" } } }
Hits: {
"index" : "indexuniq_v5",
"_type" : "Playlist",
"_id" : "49680",
"_score" : 0.5945348,
"_source" : {
"name" : "abcd",
"ratin" : 4
}
}, {
"index" : "indexuniq_v5",
"_type" : "Playlist",
"_id" : "49682",
"_score" : 0.5945348,
"_source" : {
"name" : "abcdeert",
"ratin" : 4
}
}
_explain を参照すると、すべての詳細スコアが同じ値になります。そして、fieldNorm も :confused:
スコアが等しいのはなぜですか?
https://www.elastic.co/guide/en/elasticsearch/guide/current/scoring-theory.html