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.

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top