Re: Could not find configName error

2017-09-06 Thread Erick Erickson
Ah, then you don't have the bin/solr scripts. There are zkCli and zkcli scripts that will allow you to get/put the config files, see the manual. I recommend you download the reference guide for 4.10 from here: http://archive.apache.org/dist/lucene/solr/ref-guide/ Best, Erick On Tue, Sep 5, 2017 a

Re: Could not find configName error

2017-09-05 Thread Wael Kader
i am using SOLR 4.10.3 I am not sure I have them in source control. I don't actually know what that is. I am using SOLR on a pre-setup VM. On Tue, Sep 5, 2017 at 5:26 PM, Erick Erickson wrote: > What version of Solr? > > bin/solr zk -help > > In particular upconfig can be used to move configs

Re: Could not find configName error

2017-09-05 Thread Erick Erickson
What version of Solr? bin/solr zk -help In particular upconfig can be used to move configsets up to Zookeeper (or back down or whatever) in relatively recent versions of Solr. Yo are keeping them in source control right? ;) Best, Erick On Mon, Sep 4, 2017 at 11:27 PM, Wael Kader wrote: > Hi, >