RE: Re: Using Solr with CouchDB

2010-04-28 Thread Markus Jelsma
Whether you need Solr depends on if you require some features such as highlighting, faceting, more-like-this etc. They will not work with CouchDB-Lucene, nor can you, at this moment, use CoucDB-Lucene behind CouchDB-Lounge although a seperate shard can have a sharded Lucene index, you cannot qu

RE: Re: Using Solr with CouchDB

2010-04-28 Thread Markus Jelsma
Hi,     Setting up CouchDB-Lucene is quite easy, but you don't want that i guess. You could construct a show function to convert input to Solr accepted XML, should be very straightforward. You just need some program to fetch from CouchDB and push it in Solr.   Cheers,   -Original messag