这是我基于评分的评分资料。
"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 和 Rating No. 5 排在最后?