Re: Solr LTR plugin - Training

2017-12-01 Thread ilayaraja
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" :

Re: Solr LTR plugin - Training

2017-11-20 Thread ilayaraja
Yes, that works. Thanks. - --Ilay -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Solr LTR plugin - Training

2017-11-16 Thread Michael Alcorn
Hi, Not sure if this is your issue or not, but the FieldQParser automatically converts multi-term arguments to phrases, so you might have to switch to the DisMaxQParser. I talk a little bit more about it here . -Michael On Thu, Nov 16,

Solr LTR plugin - Training

2017-11-16 Thread ilay
HI, I am using clickstream data for training LTR. Training data is like: 50888522bath towel 4.1212012426088345 51779533bath towel 3.9428197899308484 16851137bath towel 3.488605518893958 . When I start training, it fires query to