CouchDB Full Text Indexing Prototype and Riak Search
A prototype for CouchDB full text indexing based on Joe Armstrong’s code from ☞ Programming Erlang: Software for a Concurrent World
The implementation is quite naive, using a couch database to store the inverted index, but it works surprisingly well for my use case and is very simple.
Not sure though that this prototype would have stopped ☞ the guys from Collecta to migrate to Riak and Riak Search.
The CouchDB full text indexing prototype code can be accessed on ☞ GitHub.
via: http://dionne.posterous.com/full-text-indexing-couchdb-and-performance