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.