On Thu, Dec 3, 2015, at 10:49 PM, Chris Hostetter wrote:
>
> : I am using solr 4.10 in cloud mode. I am able to create collection
> using
> :
> : ./zkcli.sh -cmd upconfig -confdir $CONF_DIR -confname techproducts
> : -collection techproducts -z $ZOOKEEPER_URL && curl
> :
> "http://$SOLR_URL/so
: I am using solr 4.10 in cloud mode. I am able to create collection using
:
: ./zkcli.sh -cmd upconfig -confdir $CONF_DIR -confname techproducts
: -collection techproducts -z $ZOOKEEPER_URL && curl
:
"http://$SOLR_URL/solr/admin/collections?action=CREATE&name=techproducts&router.name=composite
uter.name=compositeId&numShards=1&maxShardsPerNode=1";
Instead of getting collection as "techproducts" i get collection name as
"techproducts_shard1_replica1"
How do i correct this to be "techproducts" ?
--
View this message in context:
http://luce