Precisely. You can change how solr generates your phrase queries by tweaking the worddelimiterfactory settings or setting the autogeneratephrasequeries parameter for your fields to true or false. This will also determine whether or not pf boosting is applied.
On Tue, 29 Dec 2015, 10:41 Jason <hialo...@gmail.com> wrote: > Hi, Binoy > Thanks your reply. > > I've found why score is same. > If I query with test:(chloro-4-hydroxy), then score is same. > But quering with test:(chloro 4 hydroxy), thean score of id 'test1' is > bigger than 'test2'. > So pf parameter under edismax is only applied to explicitly separated > queries. > In my case, quering with test:(chloro-4-hydroxy) generates implicit term > query like (chloro 4 hydroxy) by worddelimiterfilter. > So pf is not apppied. > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/how-s-multi-query-scoring-tp4247512p4247648.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Regards, Binoy Dalal