Re: How to Reach LukeRequestHandler From Solrj?

2013-06-10 Thread bbarani
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

How to Reach LukeRequestHandler From Solrj?

2013-06-10 Thread Furkan KAMACI
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/