これは私の評価ベースのスコアリング プロファイルです。
"scoringProfiles":{ "name": "ratings",
"functions": [
{
"type": "magnitude",
"fieldName": "rating",
"boost": 10,
"interpolation": "linear",
"magnitude": {
"boostingRangeStart": 1,
"boostingRangeEnd": 10,
"constantBoostBeyondRange": false
}
}
]
}
検索して出てきた結果
RecID Rating No.
1 4.5
2 4
3 4
4 5
RecID 4 とレーティング No. 5 が最後に来るのはなぜですか?