Re: Different results due to sharding and problems with interesting terms in MLT

2019-09-27 Thread Lucky Sharma
Hi Salman, 1. For 1st one: One suggestion could be, don't create [@, ., -, _, +, #, *] as individual tokens. I guess you need to update your tokenizer in that case. 2. For the second issue, is the score of both the results same? If the score is same and the queries are same then the reason

Different results due to sharding and problems with interesting terms in MLT

2019-09-27 Thread Salmaan Rashid Syed
Hi Solr Users, I have two questions, 1) I am working on Solr 7.6 and I have incorporated MLT feature into it. I need to allow users to search on emails and skills, so I have allowed few of the special characters such as [@, ., -, _, +, #, *]. I am not using stemmer as it is removing letter "s" fr