我fs_votingapi_result在 solr 文档中添加了这表示喜欢的数量。
我发现下面的函数可以根据fs_votingapi_result.
但我无法理解这背后的逻辑——额外的参数$vote_steepness, $total, $total, 是$vote_boost什么?
bf=recip(rord(fs_votingapi_result),$vote_steepness,$total,$total)^$vote_boost
我是 solr 的新手,我无法找到任何文档/文章来了解更多关于此的信息。