Solrnet - Boost query with function

2019-07-19 10:45发布

问题:

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



标签: solr solrnet