Is there any documentation for some of the Solr admin stats? I'm not sure if these numbers are good or bad. We have a pretty small index (numDocs : 25253, maxDoc : 25312)
org.apache.solr.handler.StandardRequestHandler requests : 11 errors : 0 avgTimePerRequest : 80.36364 avgRequestsPerSecond : 1.4128508E-4 org.apache.solr.handler.DisMaxRequestHandler requests : 28025 errors : 1 avgTimePerRequest : 74.93038 avgRequestsPerSecond : 0.35995585 I'd be interested to know if there are other stats I should look at. Thanks - Mike