What's the analysis configuration for the object_name field and fieldType? Perhaps the query is matching your catch-all field, but not the object_name field, and therefore the pf boost never happens.
On Thu, Oct 26, 2017 at 8:55 AM ruby <rshoss...@gmail.com> wrote: > 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 >