Also, when I want to add phrase match as a feature as below, it does not support it: { "store" : "tsf", "name" : "productTitleMatchGuestQuery", "class" : "org.apache.solr.ltr.feature.SolrFeature", "params" : { "q" : "{!dismax qf=p_title^1.0}${user_query}" } }, { "store" : "tsf", "name" : "productTitlePfMatchGuestQuery", "class" : "org.apache.solr.ltr.feature.SolrFeature", "params" : *{ "q" : "{!dismax pf=p_title^2.0}${user_query}*" } },
Not sure, how to add phrase matching here. I also want to add pf2, pf3 as features if this works. Thanks ----- --Ilay -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html