android lucene中的问题
我是 android 和 Lucene 的新手。 我想知道我是否可以使用lucene在android列表视图中进行搜索。 我尝试导入包 2.3.2 并使用库中的 jar 文件。 但是,SearchFiles.java 中有错误 错误是: 无法解析 java.rmi.Remote 类型。它是从 .class 文件间接引用的。
-凯特基
I'm new to android and Lucene.
I want to know whether I can use lucene for search in android list view.
I have tried importing the package 2.3.2 and also used the jar files in library.
However, there is an error in SearchFiles.java
error is :
The type java.rmi.Remote cannot be resolved. It is indirectly referenced from .class files.
-Ketki
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
用户列出了删除 Lucene 的 RMI 依赖项的步骤:< /a>
A user have listed the steps to remove Lucene's RMI dependency: