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.
我正在使用 Solr 4.1,并让它正常工作。我在包含“学校”的文档中有条款。搜索“学校”时,它会正确给出搜索结果。但是,我希望 Solr 在搜索“学校”时包含这些结果。
所以基本上我希望 Solr 在搜索复数词时在其搜索结果中包含单数词。
知道怎么做吗?
您需要将词干应用于索引字段才能实现此行为。请参阅Stemming Wiki 页面fieldType以获取完整的解释和支持词干提取的示例。
fieldType