Hello,

I am using solr 4.10.1. I have a field with stopwords


<filter class="solr.StopFilterFactory" ignoreCase="1" words="stopwords.txt"
enablePositionIncrements="true"/>

And I use pf2 pf3 on that field with a slop of 0.

If the request is "Gare Saint Lazare", and I have a document "Gare de Saint
Lazare", "de" being a stopword, this document doesn't get the pf3 boost,
because of "de".

I was wondering, is this normal? is this a bug? is something wrong with my
configuration?

Best regards,
Elisabeth

Reply via email to