I do have the features defined as below for field specific (title..) matching
etc:

features: [
{
name: "productNewness",
class: "org.apache.solr.ltr.feature.SolrFeature",
params: {
q: "{!func}recip( ms(NOW,launchdate_pl), 3.16e-11, 1, 1)"
},
store: "myFeatureStoreDemo",
},
{
name: "originalScore",
class: "org.apache.solr.ltr.feature.OriginalScoreFeature",
params: null,
store: "myFeatureStoreDemo",
},
{
name: "productTitleMatchGuestQuery",
class: "org.apache.solr.ltr.feature.SolrFeature",
params: {
q: "{!dismax qf=p_title}${user_query}"
},
store: "myFeatureStoreDemo",
}
]



What I am looking for is the original score for that document given the
query (efi.user_query) before re-ranking i.e. as per the "qf" defined in the
request handler - that matches different fields with the query:
qf=item_typel^3.0 brand^2.0 title^5.0





-----
--Ilay
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Reply via email to