Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Solr 进行搜索。
我有一个具有整数字段“流行度”的文档。
我想通过普通全文搜索相关性和流行度的组合对结果进行排名。
这有点像 digg 中的搜索 - 结果排名基于搜索相关性以及帖子的挖掘次数。
我没有任何特定的排名算法。但这是可以用 solr 完成的吗?
Solr 的 FunctionQuery 正是您所需要的:
http://wiki.apache.org/solr/FunctionQuery