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 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: adding documents with json post >> >> hello; >> >> this probably has been asked before but how can I add documents with >> tru a >> json ajax submit? >> >> does solr only accept XML input? >> >> Best. >> -C.B. > -- --Noble Paul