Hello, I am using solr 5.5.2.
I am trying to give a lower score to frequent words in query. The only way I've found so far is to do like q=avenue^0.1 de champaubert village suisse 75015 paris where avenue is a frequent word. The problem is I'm using edismax, and when I add ^0.1 to avenue, it is not considered anymore in pf2. I am looking for a work around, or another way to give lower score to frequent words in solr. If anyone could help it would be great. Elisabeth