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.
我正在使用 Apache Solr 构建推荐引擎。我想提升用户朋友发布的文档。我该如何实施?
您可以将作者术语作为非必需术语合并到搜索中,例如:
+content:whatever author:(friend1 friend2 friend3)
此查询需要在 上进行匹配content:whatever,并且在 上进行匹配author会提高得分。您可能希望调整作者字段的提升级别以满足您的需要,特别是如果您的查询比简单的术语查询更复杂,如上面的示例所示。
content:whatever
author