Re: Solr 4.0-ALPHA and ModifiableSolrParams

2012-07-28 Thread Federico Valeri
OK I definitely need a response parser. Thank you! 2012/7/28 Erik Hatcher > And by parser, what is meant is a ResponseParser. There is an example in > one of the Solr 4 test cases that goes like this: > > public void testGetRawFile() throws SolrServerException, IOException { > SolrServer

Re: Solr 4.0-ALPHA and ModifiableSolrParams

2012-07-28 Thread Erik Hatcher
And by parser, what is meant is a ResponseParser. There is an example in one of the Solr 4 test cases that goes like this: public void testGetRawFile() throws SolrServerException, IOException { SolrServer server = getSolrServer(); //assertQ(req("qt", "/admin/file")); TODO file bug that

Re: Solr 4.0-ALPHA and ModifiableSolrParams

2012-07-28 Thread in.abdul
Solrj can support only xml writer and binary writer . It not possible get the response in Json . If your requirement is to get response in Json then you have to write parser .. Syed Abdul kather send from Samsung S3 On Jul 28, 2012 1:29 AM, "Federico Valeri [via Lucene]" < ml-node+s472066n3997784..