Try the below code..
query.setQueryType("/admin/luke");
QueryResponse rsp = server.query( query,METHOD.GET );
System.out.println(rsp.getResponse());
--
View this message in context:
http://lucene.472066.n3.nabble.com/Ho
I want to get statistics from Solr via Solrj. I think that I should reach
LukeRequestHandler (*if it is not, you can explain th proper way*.) I use
Solr 4.2.1 and CloudSolrServer to reach Solr via Solrj. How can I do that?
This URL's response has exactly what I want:
:8983/solr/collection1/admin/