标签: lucene lucene-highlighter
Lucene文档的字段a包含内容hello和a,内容为world。如果我将搜索"hello world"~2它将被创建=(。我该如何修复它? FastVectorHighlighter将突出显示<b>helloworld</b>(没有任何空格)(无论如何它不应突出显示)
a
hello
world
"hello world"~2
FastVectorHighlighter
<b>helloworld</b>
答案 0 :(得分:0)
似乎是一个多值领域 您是否已将positionincrementgap更改为更高的值?默认值位置增量间隙为0 这将阻止该情况。