Question

I was using the EnglishPorterFilterFactory for the application that I'm currently building in solr. Things are going fine. I tried using EnglishMinimalStemFilterFactory since I wanted to go for a less aggressive one. But I was not able to analyze the huge difference in the solr results. Whats the difference between the both? Also could you recommend me a less aggressive filter factory for pluralization stemming.

Thanks.

Was it helpful?

Solution

I would go for the HunspellStemFilterFactory. Given that it is based on dictionaries rather than algorithms, I expect it to be less aggressive.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top