Couchdb-Lucene Search
July 31, 2010
The Beyond Search goslings noticed a post from R Newson about couchdb-lucene search. A bug fix was posted. Couchdb-lucene enables full text searching of couchdb documents. The Github detail page is at http://github.com/rnewson/couchdb-lucene/#readme. couchdb-lucene uses Apache Tika to index attachments. File types supported include Microsoft formats, Java class files, and jar archives, XML and about a dozen others. Queries use Lucene’s default syntax. There are nine optional parameters which permit more sophisticated searches; for example, limit, which sets the maximum number of documents to return in response to a query.
Stephen E Arnold, July 30, 2010
Comments
One Response to “Couchdb-Lucene Search”
There’s also http://gitorious.org/couchdb-xapian which adds full text search to CouchDB using the Xapian engine. Here’s a blog post with another method, also using Xapian and Ruby http://www.taylorluk.com/2009/06/fulltext-search-your-couchdb-in-ruby .