Thanks a lot Jason and Shawn, it is quite smooth although there is no built
in stuff like collection or schema request objects for metrics :)
-
Zeki ama calismiyor... Calissa yapar...
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html
On 10/3/2018 6:17 AM, Jason Gerlowski wrote:
NamedList respNL = response.getResponse();
NamedList metrics = (NamedList)respNL.get("metrics");
NamedList jvmMetrics = (NamedList)
metrics.get("solr.jvm");
Long numClassesLoaded = (Long) jvmMetrics.get("classes.load
Hi Deniz,
I don't think there are any classes that simplify accessing the
metrics API like there are for other APIs (e.g.
CollectionAdminRequest, CoreAdminRequest, ..). But sending metrics
requests in SolrJ is still possible; it's just a little bit more
complicated.
Anytime you want to make an A