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
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
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
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