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'.