Re: Admin stats using SolrJ

2009-03-06 Thread Shalin Shekhar Mangar
On Thu, Mar 5, 2009 at 3:35 PM, nikhil500 wrote: > > 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

Admin stats using SolrJ

2009-03-05 Thread nikhil500
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 conte