Searchable CouchDB with ElasticSearch
Shay Banon (@kimchy) about ElasticSeach integration with CouchDB:
The CouchDB River allows to automatically index couchdb and make it searchable using the excellent
_changesstream couchdb provides. […] On top of that, in case of a failover, the couchdb river will automatically be started on another elasticsearch node, and continue indexing from the last indexed seq.
Full text indexing in the NoSQL space seems to see some interesting solutions.
Update: if you are interested to find out more about CouchDB _changes, you should check the video below:
Original title and link: Searchable CouchDB with ElasticSearch (NoSQL databases © myNoSQL)
via: http://www.elasticsearch.com/blog/2010/09/28/the_river_searchable_couchdb.html