Re: SolrJ and autoscaling

2018-06-08 Thread Hendrik Haddorp
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,

Re: SolrJ and autoscaling

2018-06-07 Thread Shalin Shekhar Mangar
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 wrote: > Hi, > > I'm trying to read and modify the autoscaling config. The API on >

SolrJ and autoscaling

2018-06-06 Thread Hendrik Haddorp
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