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 中使用 dismax:
q=superman&qf=title^2 subject
是否可以基于多个查询字段进行评分,例如通过具有多个评分功能?为了掌握我的想法,我想做这样的事情:
q1=superman&q2=Oslo&q1f=title^2 subject&q2f=region district city^2