I'm noticing in my following query bq= is taking precedence over pf.

&q=Manufacturing
&qf=Catch_all_Copy_field
&pf=object_id^40+object_name^700
&bq=object_rating:(best)^10
&bq=object_rating:(candidate)^8
&bq=object_rating:(placeholder)^5
&bq=object_type_:(typeA)^10
&bq=object_type_:(typeB)^10
&bq=object_type_:(typeC)^10

My intention is to show all objects of typeA having "Manufacturing" in name
first

But I'm seeing all typeA,TypeB,TypeC objects are being listed first,
eventhough if their name is Not "Manufacturing".

Is my query correct or my understanding of pf and bq parameters correct?

Thanks



--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Reply via email to