On Fri, Jul 27, 2012 at 6:32 PM, Federico Valeri 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 by using java
you
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 ModifiableSolr