Re: Collection Name is different than what i specify in API

2015-12-03 Thread Upayavira
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

Re: Collection Name is different than what i specify in API

2015-12-03 Thread Chris Hostetter
: 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

Collection Name is different than what i specify in API

2015-12-03 Thread abhayd
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