Re: Using Solr with CouchDB

2010-04-28 Thread Uri Boness
osing and join CouchDB's mailinglist if you haven't already. -Original message- From: Patrick Petermair Sent: Wed 28-04-2010 18:03 To: solr-user@lucene.apache.org; Subject: Re: Using Solr with CouchDB Setting up CouchDB-Lucene is quite easy, but you don't want that i

RE: Re: Using Solr with CouchDB

2010-04-28 Thread Markus Jelsma
Re: Using Solr with CouchDB > Setting up CouchDB-Lucene is quite easy, but you don't want that i > guess. Yeah, I was thinking about CouchDB-Lucene too (also found it in the CouchDB wiki). It's not like I HAVE to make it work with Solr. If it turns out that it's not poss

Re: Using Solr with CouchDB

2010-04-28 Thread Patrick Petermair
Setting up CouchDB-Lucene is quite easy, but you don't want that i guess. Yeah, I was thinking about CouchDB-Lucene too (also found it in the CouchDB wiki). It's not like I HAVE to make it work with Solr. If it turns out that it's not possible or a pain in the ass, I'll probably go for the

RE: Re: Using Solr with CouchDB

2010-04-28 Thread Markus Jelsma
ginal message- From: Patrick Petermair Sent: Wed 28-04-2010 17:45 To: solr-user@lucene.apache.org; Subject: Re: Using Solr with CouchDB Hey Brendan! Thanks for your response. > I don't know much about couch, but if you to return json from solr > (which I think couch would understand)

Re: Using Solr with CouchDB

2010-04-28 Thread Patrick Petermair
Hey Brendan! Thanks for your response. 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 Actually I'm loo

Re: Using Solr with CouchDB

2010-04-28 Thread Brendan Grainger
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

Using Solr with CouchDB

2010-04-28 Thread Patrick Petermair
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