KWIC 与 lucene 3.1
我研究了Lucene,但有些东西我还是不明白。 首先,我使用最新版本的 lucene,3.1。
然后一切正常,但我一直无法使用荧光笔和片段。
有人知道最新版本如何使用它吗?
谢谢你,抱歉我的英语...
I study Lucene and there's somtehing i still don't understand.
First, I use the last version of lucene, 3.1.
Then everything works fine but I keep failing to use the Highlighter and the Fragments.
Is anybody know how to use it in the last version?
Thank you and sorry for my english...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们使用 FastVectorHighlighter 来进行突出显示。您可以在 GitHub 上查看实现:
https://github.com/Letractively/gtxcontentconnector/blob/ad4c49d250f4ce22db000426f4cf195c1b773452/contentconnector/contentconnector-lucene/src/main/java/com/gentics/cr/lucene/search/highlight/WhitespaceVectorBolder.java< /a>
We are using a FastVectorHighlighter to do the highlighting. You can have a look at the implementation on GitHub:
https://github.com/Letractively/gtxcontentconnector/blob/ad4c49d250f4ce22db000426f4cf195c1b773452/contentconnector/contentconnector-lucene/src/main/java/com/gentics/cr/lucene/search/highlight/WhitespaceVectorBolder.java