On 4/30/2015 11:22 AM, Ryan Steele wrote: > What time unit is the Solr collections API overseerstatus action using > in the returned data? > > For example, given the following XML: <double > name="avgTimePerRequest">0.15491020578778136</double> > > Is the avgTimePerRequest in seconds?
Most timing data in Solr is reported in milliseconds, but if the sample data shown for OVERSEERSTATUS in the reference guide is from an actual response, I think these stats must be different, and reporting in seconds. If that's true, then we have an inconsistency, and it's my opinion that it should be changed to milliseconds. Thanks, Shawn