Hi Steven,
AFAIK, SolrJ doesn't have built in request objects for the metrics
API. But you can still use the "GenericSolrRequest" class to hit any
Solr API:
e.g.
SolrParams params = new ModifiableSolrParams();
params.set("action", "list");
GenericSolrRequest request = new
GenericSolrRequest(Sol
Hello Steven,
I believe what you are looking for cannot be accessed using SolrJ (I didn't
really check though).
But you can easily access it either via the Collections APIs and/or the Metrics
API depending on what you need exactly.
See https://lucene.apache.org/solr/guide/8_4/cluster-node-manag