Is it possible to import Lucene library into eclipse in android
I want to implement elastic search in android using Lucene library in Android.
Can anyone please guide me how I can implement this. And is it advisable to use it or not?
How can I import this library into my Eclipse.
+3
codemaniac
source
to share
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
Andy
source
to share