Re: Problem with Solr 4.0-ALPHA and JSON response

2012-08-06 Thread Sami Siren
On Fri, Jul 27, 2012 at 6:32 PM, Federico Valeri fedeval...@gmail.com wrote: Hi all, Hi, I'm new to Solr, I have a problem with JSON format, this is my Java client code: The java client (SolrServer) can only operate with xml or javabin format. If you need to get the json response from Solr

Problem with Solr 4.0-ALPHA and JSON response

2012-07-27 Thread Federico Valeri
Hi all, I'm new to Solr, I have a problem with JSON format, this is my Java client code: PrintWriter out = res.getWriter(); res.setContentType(text/plain); String query = req.getParameter(query); SolrServer solr = new HttpSolrServer(solrServer); ModifiableSolrParams params = new