Lucene 查询和分析器组合
我有一个简单的问题。比如说,我有一个字符串“这个字符串中有一些文本”
。我希望 lucene 能够使用以下搜索找到它:
"string has"
"has this"
"text this"
我应该使用分析器和查询的哪种组合?卢塞恩 3.0.3。
I have a quick question. Say, I've got a string "this string has some text in it"
. I want lucene to be able to find it using following searches:
"string has"
"has this"
"text this"
Which combination of Analyzer and Query should I use for that? Lucene 3.0.3.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)