Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在将 EnglishPorterFilterFactory 用于我目前在 solr 中构建的应用程序。事情进展顺利。我尝试使用 EnglishMinimalStemFilterFactory,因为我想选择一个不那么激进的。但我无法分析 solr 结果的巨大差异。两者有什么区别?您还可以向我推荐一个不那么激进的过滤器工厂来进行多元化词干处理。
谢谢。
我会选择 HunspellStemFilterFactory。鉴于它基于字典而不是算法,我希望它不那么激进。