Lucene is used primarily for filtering reports and contacts so you wouldn't be able to search without it. We used lucene to
- allow for multiple filters to be applied which couchdb views cannot do, and
- allow for complex freetext filters
We want to use pouchdb for the mobile app for local and offline storage but pouchdb doesn't work with lucene. Ideally both webapp and mobile app would use the same solution for consistency and code reuse.