Re: Constant score and stopwords strange behaviour

2020-06-25 Thread Paras Lehana
Hi, You can also change the multiplication factor in TF IDF snipped in the source code to 1 also. I know there would be a better method to handle stopwords now that you have used constant scoring but I wanted to mention my method by what we got rid of TF. On Thu, 25 Jun 2020 at 03:02, dbourassa

Constant score and stopwords strange behaviour

2020-06-24 Thread dbourassa
Hi, I'm working on a Solr core where we don't want to use TF-IDF (BM25). We rank documents with boost based on popularity, exact match, phrase match, etc. To bypass TF-IDF, we use constant score like this "q=harry^=0.5 potter^=0.5" (score is always 1 before boost) We have just noticed a strange b