Re: conf Folder is not getting created while creating a collection on solr cloud

2015-09-08 Thread Ritesh Sinha
Yeah, I got the point. Thanks a lot guys. @eric @edwin On Tue, Sep 8, 2015 at 10:14 PM, Erick Erickson wrote: > When you create a collection, you specify a "configset" via the > collection.configName > parameter _or_ it's the same name as your collection and already uploaded > _or_ it's the only

Re: conf Folder is not getting created while creating a collection on solr cloud

2015-09-08 Thread Erick Erickson
When you create a collection, you specify a "configset" via the collection.configName parameter _or_ it's the same name as your collection and already uploaded _or_ it's the only configset up in ZK. Anyway, thereafter whenever a node starts up it downloads the configs from ZK. If the config direct

Re: conf Folder is not getting created while creating a collection on solr cloud

2015-09-08 Thread Zheng Lin Edwin Yeo
There is no conf file located at solr-5.3.0/server/solr/test_collection_shard1_replica1/. Inside that folder should only contain data folder and core.properties file. The conf folder is only in the solr-5.3.0/server/solr/data_ driven_schema_configs. Why do you need the conf file in solr-5.3.0/serv

conf Folder is not getting created while creating a collection on solr cloud

2015-09-08 Thread Ritesh Sinha
I am trying to create a collection on Solr cloud. I have created a 3 node zookeeper cluster on the same machine. using this command to start solr on three ports : bin/solr start cloud -z localhost:2181,localhost:2182,localhost:2183 -p 8983 bin/solr start cloud -z localhost:2181,localhost:2182,l