lucene中的高亮显示
我被困住了。我正在使用阅读器来提取文档的内容,我想在搜索时突出显示它。 我怎样才能做到这一点? 有人可以显示一些代码吗?
谢谢 。
I am stuck .I am using a Reader to extract the content of document and I would like to highlight it in search time .
How can I do that ?
Someone can show some code please ?
thank you .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
lemoos,请参阅此问题和Nick Hrycan 的博客文章。请注意,这高度依赖于版本,因此您可能需要根据您的 Lucene 版本进行调整。
顺便说一句,Solr 的突出显示要简单得多 - 如果您没有在 Lucene 上投入大量时间和精力,你可以考虑切换到Solr。
lemoos, Please see this question and Nick Hrycan's blog post. Note that this is highly version-dependent, so you will probably need to tweak this to your version of Lucene.
BTW, Solr has much simpler highlighting - if you have not invested a lot of time and effort in Lucene, you may consider switching to Solr.