Lucene in Android
问题 I'm new to android and Lucene . can I 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. There is a possibility that this file doesnt exist for android. Is this the problem? 回答1: You may want to use the native Full Text Search feature called FTS3 in SQLite instead, which