Re: Boosting fields at query time in Standard Request Handler from Solrconfig.xml

2011-05-31 Thread Jan Høydahl
Hi, You need to add edismax -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 31. mai 2011, at 18.08, Vignesh Raj wrote: > Hi, > > I am developing a search engine app using Asp.Net, C# and Solrnet. I use the > standard reques

Boosting fields at query time in Standard Request Handler from Solrconfig.xml

2011-05-31 Thread Vignesh Raj
Hi, I am developing a search engine app using Asp.Net, C# and Solrnet. I use the standard request handler. Is there a way I can boost the fields at query time from inside the solrconfig.xml file itself. Just like the "qf" field for Dismax handler. Right now am searching like "field1:value^1.5 fiel