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