Just Pushed: CouchDB River Plugin

Hi,

Just pushed a couchdb river plugin:
http://github.com/elasticsearch/elasticsearch/issues/closed#issue/382. It
basically indexes the stream of _changes coming from coudhdb. Full failover
is supported in case of node failure, automatically continuing from the
"last_seq" indexed (thats the beauty of storing the rivers as types within
an index, they can have _state docs for example).

-shay.banon