: You can reload the core on which you want to reset the stats - this lets you : keep the engine up and running without requiring you restart Solr. If you
reloading the core just to reset the stats definitely seems like throwing out the baby with the bathwater. : have an separate core for aggregating (i.e. a core that contains no data and : has no caches) then the overhead for reloading that core is negligable and : the time to reload is essentially zero. Huh? ... how would having an extra core (with no data) help you with getting aggregate stats from your request handlers? If you want to know the avgTImePerRequest from handlerA, that numberisn't going to be useful if it comes from a core that isn't what your users are querying against.... : > : Is there a way to reset the stats counters? For example in the Query : > handler : > : avgTimePerRequest is not much use after a while as it is an avg since the : > : server started. -Hoss