Solrnet - Boost query with function

[亡魂溺海] 提交于 2019-12-12 18:48:50

问题


I am trying to query sol using solrnet.

I am looking to boost the query by a record's property.

My query then looks like this: /select?fl=QualityScore,score&q={!boost+b=sum(1,log(sum(1,QualityScore)))+v=$qq}&qq="qome query"

Is there a way to do this using SolrNet?

PS - I already looked at SolrNet queries with boost functions and I dont see the same result when I use 'bf'.


回答1:


Mauricio's pointer is what helped me in this case.

Local Params



来源:https://stackoverflow.com/questions/11453269/solrnet-boost-query-with-function

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!