Lucene 查询和分析器组合

发布于 2024-10-15 17:26:17 字数 176 浏览 2 评论 0原文

我有一个简单的问题。比如说,我有一个字符串“这个字符串中有一些文本”。我希望 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

2024-10-22 17:26:17
  1. 您可能想使用 solr 而不是 lucene,因为它不需要您知道这样的事情
  2. 标准分析器和查询解析器就可以工作。
  1. You probably want to use solr instead of lucene, since it will not require you to know things like this
  2. The standard analyzer and query parser will work.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文