1
{ "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

4

0 回答 0