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 <https://github.com/airalcorn2/Solr-LTR#learning-to-rank>.
-Michael On Thu, Nov 16, 2017 at 5:51 AM, ilay <ilay....@gmail.com> wrote: > HI, > > I am using clickstream data for training LTR. Training data is like: > <id> <query> <score> > 50888522 bath towel 4.1212012426088345 > 51779533 bath towel 3.9428197899308484 > 16851137 bath towel 3.488605518893958 > ..... > > When I start training, it fires query to solr - that looks exact phrase > match in the title, brand, category etc. which are configured as features. > Why is it not looking for term match here? > q=id:"50888522"&fl=id,score,[features+store%3DmySearchFeatureStore+efi. > user_query%3Dbath > towel] > > > > -- > Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html >