Srikanth Venugopalan
Srikanth Venugopalan

Reputation: 9049

Solrnet - Boost query with function

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

Upvotes: 2

Views: 1397

Answers (1)

Srikanth Venugopalan
Srikanth Venugopalan

Reputation: 9049

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

Local Params

Upvotes: 1

Related Questions