android lucene中的问题

发布于 2024-12-09 02:42:10 字数 184 浏览 1 评论 0原文

我是 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 技术交流群。

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

发布评论

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

评论(1

当爱已成负担 2024-12-16 02:42:10

用户列出了删除 Lucene 的 RMI 依赖项的步骤:< /a>

我只需对 Lucene 源代码做两点小小的修改:
1.从类“org.apache.lucene.search.Searchable”中删除“extends java.rmi.Remote”
2.删除类“org.apache.lucene.search.RemoteSearchable”

A user have listed the steps to remove Lucene's RMI dependency:

I just had to do two little modifications to the Lucene souce code:
1. Delete "extends java.rmi.Remote" from the Class "org.apache.lucene.search.Searchable"
2. Delete class "org.apache.lucene.search.RemoteSearchable"

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文