Re: How to boost the relevancy of a field

2012-01-18 Thread Jan Høydahl
And using dismax query parser makes this easier: http://wiki.apache.org/solr/DisMaxQParserPlugin Example: q=solr&defType=edismax&qf=title^10 body^0.5 -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 19. jan. 2012, at 01:29, aroni

Re: How to boost the relevancy of a field

2012-01-18 Thread aronitin
Hi Dean, You can use Query Time boosting where you specify the boost value in the query itself that title:solr^2 OR body:solr Thanks Nitin -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-boost-the-relevancy-of-a-field-tp3671020p3671118.html Sent from the Solr - User m