On 3/1/2019 4:38 AM, Marisol Redondo wrote:
When using the PorterStemFilter, I saw that the work "employing" is change
to "emploi" and my document is not found in the query to solr because of
that.

This also happens with other words that finish in -ying as annoying or
deploying.

It there any path for this filter or should I create a new Jira issue?


When you are using a stemming filter, you will need to use the same filter on both the query analysis and the index analysis, so that similar words are stemmed to the same root in both cases, leading to matches.

If the other steps in your analysis chain are changing the words so that the stemming filter cannot recognize the word, that might also cause problems.

Thanks,
Shawn

Reply via email to