使用lucene在ArabicAnalyzer中使用索引时遇到问题
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论