For some reason I'm having trouble finding an answer to this, but it's a really simple question. Do I still need to use Tire or some other ruby elastic search client if I am using couch db with elastic search, or are the couch searches themselves acted upon the ES index?

link|improve this question

77% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Elasticsearch has a couchdb river plugin that listens to the couchdb _update feed. So couchdb is unaware that elasticsearch is running. So to access elasticsearch you will still need some client, being Tire or whatever you want to choose.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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