I opened a Jira for it: https://issues.apache.org/jira/browse/SOLR-12467
On 08.06.2018 07:24, Shalin Shekhar Mangar wrote:
Yes, we don't have Solrj support for changing autoscaling configuration
today. It'd be nice to have for sure. Can you please file a Jira? Patches
are welcome too!
On Wed, Jun 6, 2018 at 8:33 PM, Hendrik Haddorp <hendrik.hadd...@gmx.net>
wrote:
Hi,
I'm trying to read and modify the autoscaling config. The API on
https://lucene.apache.org/solr/guide/7_3/solrcloud-autoscaling-api.html
does only mention the REST API. The read part does however also work via
SolrJ:
cloudSolrClient.getZkStateReader().getAutoScalingConfig()
Just for the write part I could not find anything in the API. Is this
still a gap?
regards,
Hendrik