简体   繁体   English

Stemmer在Solr

[英]Stemmer in Solr

I was using the EnglishPorterFilterFactory for the application that I'm currently building in solr. 我正在使用EnglishPorterFilterFactory来处理我目前在solr中构建的应用程序。 Things are going fine. 事情进展顺利。 I tried using EnglishMinimalStemFilterFactory since I wanted to go for a less aggressive one. 我尝试使用EnglishMinimalStemFilterFactory,因为我想要一个不那么激进的人。 But I was not able to analyze the huge difference in the solr results. 但我无法分析solr结果的巨大差异。 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. 我会选择HunspellStemFilterFactory。 Given that it is based on dictionaries rather than algorithms, I expect it to be less aggressive. 鉴于它是基于字典而不是算法,我认为它不那么激进。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM