Pergunta

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.

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top