Description
While using our existing System Monitoring tool with solr using JMX we noticed that the stats values for Cache is not consistence w.r.t data type.
decimal values are returned as string instead should be of type float/double.
e.g hitratio
This should fix it, I am going to test it out shortly (unit tests and such pass, just need to fire up a solr instance)