Hi, I use Solr 1.3 through SolrJ. I want to access the statistics which are displayed at /admin/ in the default Solr install. Is there some way of getting those statistics through SolrJ. I tried query.setQueryType("admin"); in code and renamed the "/admin/" requesthandler in solrconfig.xml to just "admin" but it does not seem to work. (Says " org.apache.solr.common.SolrException: The AdminHandler needs to be registered to a path. Typically this is '/admin' ")
Any tips? Thanks, Nikhil -- View this message in context: http://www.nabble.com/Admin-stats-using-SolrJ-tp22348609p22348609.html Sent from the Solr - User mailing list archive at Nabble.com.