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.

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top