开发者

problems in lucene android

开发者 https://www.devze.com 2023-04-11 23:31 出处:网络
I开发者_如何学Go\'m new to android and Lucene. I want to know whether I can use lucene for search in android list view.

I开发者_如何学Go'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


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"

0

精彩评论

暂无评论...
验证码 换一张
取 消