Created 03-26-2016 07:52 AM
Created 03-26-2016 07:57 AM
Here's a working example, also this is on sandbox, single node, does it make sense to have replication factor 2 and 2 shards?
/opt/lucidworks-hdpsearch/solr/bin/solr create -c tweets \ -d data_driven_schema_configs \ -s 1 \ -rf 1
Created 03-26-2016 07:57 AM
Here's a working example, also this is on sandbox, single node, does it make sense to have replication factor 2 and 2 shards?
/opt/lucidworks-hdpsearch/solr/bin/solr create -c tweets \ -d data_driven_schema_configs \ -s 1 \ -rf 1
Created 03-28-2016 01:11 AM
I think the error is in the -d parameter that you specified. It must be a short name, not a full path. It will look in a directory in a predefined schemas folder then.
Created 04-12-2016 11:38 AM
Thank you very much..:)