Thanks for your comments Rick, Sorry, but I didn't understand what you mean with "scp". But let me explain our scenario: Our application is on-premises, so I can't control the infrastructure of the customer, they just tell me the Solr address and if Solr is running on Cloud mode or not.
As our app is responsible for indexing and searching, we used to control schema and solrconfig configurations by sending these files to the customers, but this requires to trust in their Ops and often causes some troubles because of misconfigurations. I was looking for a way of doing this automatically from my app. Thanks again, Alessandro Hoss On Fri, Oct 20, 2017 at 2:39 PM Rick Leir <rl...@leirtech.com> wrote: > Alessandro > First, let me say that the whole idea makes me nervous. > 1/ are you better off with scp? I would not want to do this via Solr API > 2/ the right way to do this is with Ansible, Puppet or Docker, > 3/ would you like to update a 'QA' installation, test it, then flip it > into production? Cheers -- Rick > > On October 20, 2017 8:49:14 AM EDT, Alessandro Hoss <aleh...@gmail.com> > wrote: > >Hello, > > > >Is it possible to upload the entire schema and solrconfig.xml to a Solr > >running on standalone mode? > > > >I know about the Config API > ><https://lucene.apache.org/solr/guide/6_6/config-api.html>, but it > >allows > >only add or modify solrconfig properties, and what I want is to change > >the > >whole config (schema and solrconfig) to ensure it's up to date. > > > >What I need is something similar to the Configsets API > ><https://lucene.apache.org/solr/guide/6_6/configsets-api.html>, where > >I'm > >able to upload a zip containing both schema and solrconfig.xml, but > >unfortunately it's SolrCloud only. > > > >Is there a way of doing that in standalone mode? > > > >Thanks in advance. > >Alessandro Hoss > > -- > Sorry for being brief. Alternate email is rickleir at yahoo dot com