Reputation: 29267
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.
Upvotes: 4
Views: 302
Reputation: 5354
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.
Upvotes: 4