Is it possible to import Lucene library into eclipse in android
1 answer
You could, as the comments above show. However, there may be some risk as Android does not necessarily implement all Java APIs . SQLite has a full text search extension that you could use. I would suggest SQLite or compile any external Java libraries as Android libraries.
+1
source to share