使用lucene在ArabicAnalyzer中使用索引时遇到问题

发布于 2024-11-13 21:52:04 字数 306 浏览 2 评论 0原文

我在 lucene 中使用阿拉伯分析器时遇到问题。当我运行索引时,我认为它工作成功,但是当我运行阿拉伯语单词搜索时,索引中没有找到匹配项。

我已经将项目属性中的文本文件编码设置为UTF-8。

我是否必须更改扫描或字符串中的某些内容,如果是,我该怎么做?

QueryParser parser = new QueryParser(Version.LUCENE_30,
                       "contents", new ArabicAnalyzer(Version.LUCENE_30));

I have a problem with the ArabicAnalyzer in lucene. When I run the indexing I think that it works successfully, but when I run the search for a word in Arabic, there is no match found in the index.

I have already set the text file encoding in the project property to UTF-8.

Do I have to change something in the scanning or the string and if yes how can I do it?

QueryParser parser = new QueryParser(Version.LUCENE_30,
                       "contents", new ArabicAnalyzer(Version.LUCENE_30));

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文