On Oct 15, 2013, at 6:53 AM, Suraj Kumar <[email protected]> wrote:
> I'd like to enable my users to do sub string search of arbitrary attributes > of documents on-the-fly. Luckily most of the attributes of the documents > are like 'enum' or a finite / small range of values. Have you considered CouchDB-Lucene? It provides full-text search. Somewhat overkill for your needs, as I understand them, but definitely easier to use than implementing a bunch of code as you’ve described. —Jens
