Re: adding documents with json post

2008-06-23 Thread Cam Bazz
thanks a bunch. On Mon, Jun 23, 2008 at 4:39 AM, Otis Gospodnetic < [EMAIL PROTECTED]> wrote: > Hi Cam, > > Yes, the various other formats are for responses only, as far as I'm aware. > > Otis > -- > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch > > > - Original Message > > F

Re: adding documents with json post

2008-06-22 Thread Noble Paul നോബിള്‍ नोब्ळ्
You can write a servletfilter which can read the json stream and convert it to xml or write a requesthandler which can read a json stream and call the updatehandler with the documents --Noble On Mon, Jun 23, 2008 at 8:15 AM, Neville Burnell <[EMAIL PROTECTED]> wrote: > If you are using ruby on you

RE: adding documents with json post

2008-06-22 Thread Neville Burnell
If you are using ruby on your server side, you could easily code a proxy to solr using solr-ruby which could accept json [which is what we did] > -Original Message- > From: Cam Bazz [mailto:[EMAIL PROTECTED] > Sent: Monday, 23 June 2008 7:54 AM > To: solr-user@lucene.apache.org > Subject

Re: adding documents with json post

2008-06-22 Thread Otis Gospodnetic
Hi Cam, Yes, the various other formats are for responses only, as far as I'm aware. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Cam Bazz <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Sunday, June 22, 2008 5:53:56 PM > Sub