Re: Weird issues when using synonyms and stopwords together

2020-03-20 Thread Walter Underwood
Do not remove stopwords. Stopword removal was a hack invented for 16-bit machines and multi-megabyte disks. That hack is not needed now. tf.idf addresses the same problem as stopwords with a much better algorithm. Removing stopwords is an on/off decision for a guess at common words. tf.idf is a

Weird issues when using synonyms and stopwords together

2020-03-20 Thread Vikas Kumar
I have a field title in my solr schema: text_en is defined as follows: I'm encountering strange behaviour when using m