hi 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=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://lucene.472066.n3.nabble.com/Collection-Name-is-different-than-what-i-specify-in-API-tp4243502.html Sent from the Solr - User mailing list archive at Nabble.com.