I want to implement elastic search in android with the help of Lucene Library in Android.
Can any one please guide me how can I implement this. And is it advisable to use or not?
How can I import this library in my Eclipse.
I want to implement elastic search in android with the help of Lucene Library in Android.
Can any one please guide me how can I implement this. And is it advisable to use or not?
How can I import this library in my Eclipse.
You could, as the comments above show. There might be some risk though, as Android doesn't necessarily implement all the Java API's. SQLite has a full-text search extension you could consider using. I would suggest SQLite, or compiling any external Java libs as Android libraries.