Hi Patrick, I don't know much about couch, but if you to return json from solr (which I think couch would understand) you can do that with wt=json in the query string when querying solr. See here for more details: http://wiki.apache.org/solr/SolJSON
HTH a little Brendan On Apr 28, 2010, at 11:27 AM, Patrick Petermair wrote: > Hi! > > I'm currently trying to implement a full text search for CouchDB using Solr. > I went through the tutorial and also some of the examples (slashdot rss feed > import, hsql import,..) within the downloadable distribution. > > Since CouchDB works with REST + plaintext JSON and Solr is looking for sql > queries / xmls (as far as I could gather from the examples), I'm wondering if > I'm using the right tools for the job. Has anyone already implemented a > search for CouchDB with Solr? Any tutorials, links or sample configs that > could help me? > > Thanks, > Patrick