【问题标题】:Remove Stopwords before indexing or after retrieving using zend-search-lucene在索引之前或使用 zend-search-lucene 检索之后删除停用词 【发布时间】:2011-02-15 04:55:37 【问题描述】: 我刚开始使用 zend-search-lucene,我需要建议如何在索引或检索搜索结果时删除停用词。 【问题讨论】: 标签: php zend-search-lucene 【解决方案1】: 你可以看看这个实现:http://codefury.net/2008/06/a-stemming-analyzer-for-zends-php-lucene/ 【讨论】: