Looks to me that the original query was using the lucene query parser, whereas bq is a parameter of the edismax query parser. This means that the bq param is being ignored.
Move the fq clause to the q param, and add ^2000 after the name:123-444 bit. Upayavira On Fri, Apr 11, 2014, at 06:03 PM, EXTERNAL Taminidi Ravi (ETI, Automotive-Service-Solutions) wrote: > HI thanks Aman/Eric, > > I move part of the query under q=*:* and there is a difference in the > score and the Order. It seems work for me now. I use this and move > forward > > Thanks > > Ravi > > -----Original Message----- > From: Aman Tandon [mailto:amantandon...@gmail.com] > Sent: Friday, April 11, 2014 12:02 AM > To: solr-user@lucene.apache.org > Subject: Re: Relevance/Rank > > Its fine Erick, I am guessing that maybe* &fq=(SKU:204-161)... *this SKU > with that value is present in all results that's why Name products are > not getting boosted. > > Ravi: check your results without filtering, does all the results include > *SKU:204-161. > *I guess this may help. > > > On Fri, Apr 11, 2014 at 9:22 AM, Erick Erickson > <erickerick...@gmail.com>wrote: > > > Aman: > > > > Oops, looked at the wrong part of the query, didn't see the bq clause. > > You're right of course. Sorry for the misdirection. > > > > Erick > > > > > > -- > With Regards > Aman Tandon