IndexTank http://indextank.com/
- free option for up to 100k documents
- their ruby client looks dead simple
- http://indextank.com/documentation/ruby-client
- start simple, but build something more complicated as you want
- good documentation
- more interesting gems
Elastic Search http://www.elasticsearch.org/
- hosted options?
- http://www.elasticsearchhq.com/pricing
- free plan, paid plans haven't been announced yet but I contacted them
- http://www.elasticsearchhq.com/pricing
- good article on elasticsearch vs solr, conclusion makes me think we are more in the solr camp?
- gems
WebSolr http://websolr.com/
- starts at $25 a month for 250k docs
- built on Apache Solr
- multiple gems for integrating with your app
- sunspot is recommended
- we may need to write an adapter for mongodb
- or maybe not
Flying Sphinx http://flying-sphinx.com/
- doesn't work with mongodb out of the box
- someone has made a mongosphinx plugin but pretty sure it won't work with the hosted Flying Sphinx heroku addon