或者您是否在索引中同时包括完整的单词 和词干?
As analysis removes words before indexing, it decreases index size, but it can have a negative effect on precision query processing.因为分析在编制索引之前移除单词,它减少了索引的大小,但是不利用精确的查询过程。
Each word is an index entry for the document it originates from, and the index entries are sorted by those words.每个单词都是它所在文档的一个索引条目,索引条目是按这些单词存储的。