I know, there's couchdb-lucene, but I'm hosted on the amazing IrisCouch and I can't really install plugins. Any other options left? What sort of setup would be the simplest and most transparent and would allow me to continue working with the magnificence that CouchDB is without worrying about the search layer?

Consideration: I have about 8 million documents, so creating a specific view that emits each word in each of my documents would not be very efficient.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

I think that CouchDB river plugin for elasticsearch will suite your needs. It doesn't need any configuration on CouchDB side -- all that you need to do is to perform very simple setup on elasticsearch node.

link|improve this answer
But you still need to install the plugin? I'm using a sandboxed hosted couchdb instance where I can't install plugins – Luca Matteis Jan 31 at 9:18
You don't install a plugin to CouchDB. This plugin is installed on the elasticsearch side and acts like a ordinary CouchDB client (subscribing to the _changes feed). – Artur Nowak Jan 31 at 10:55
! Ah really? interesting! I'll check it out! – Luca Matteis Jan 31 at 12:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.