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.
如果通过 KeyWordTokenizer 传递多值字段,整个内容会返回单个标记还是与值的数量一样多的标记?
将是馈送到 Solr 的多个令牌。
多值字段基本上存储为单个值,在由 positionIncrementGap 确定的术语之间有额外的间距。
因此,即使您通过 KeyWordTokenizer 传递该字段,从技术上讲,令牌也将是一个单一令牌,但使用 positionIncrementGap 将表现为多值。