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 を使用すると複数値として動作します。