You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by ilayaraja <il...@gmail.com> on 2017/12/01 15:09:46 UTC

Re: Solr LTR plugin - Training

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