We are enhancing an Android app to have advanced SEARCH features.
The app uses Couchbase-mobile (version 2.0.0)
as a an Android service...
I have these questions with implementation:
- How simple it is to integrate something like
[CouchDB-Lucene][1]
. - I guess we will have to trigger the couchdb-lucene java process on the Android device (as a service), but not sure if configuring the local Couchbase's
.ini
file is the only thing needed. - Is CouchDb-Lucene okay for Android or too heavy?
Would be great if anyone could provide some pointers.