NoSQL: Fulltext search your CouchDB in Ruby

| | bookmark | email

Fulltext search your CouchDB in Ruby

When having to choose what library to use for full text indexing of CouchDB data for a Ruby application, Taylor Luk looked at from Sphinx, Lucene, Ferret, Xapian and decided to go with Xapian with Xapit . Besides the fact that Xapian with Xapit offers a clean interface and customization of the indexing process, there seem to be quite a few important limitations:

tags:couchdb,full text indexing,lucene,sphinx,xapian,ferret,solr,elasticsearch,xapit,ruby

via NoSQL databases