Hi, I create a collection with command (Solr 4.5):
http://localhost:8983/solr/admin/collections?action=CREATE&name=testDocValues&collection.configName=page-statistics&numShards=12&maxShardsPerNode=12&router.field=month The documentation says that the default router.name it's compositeId. The clusterstate.json it's write compositeId for the testDocValues collection but the zookepeer's node /collections/testDocValues says: { "configName":"page-statistics", "router":{"name":"implicit"} } Is it this correct or is some kind of issue? ----- Best regards -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-4-5-router-name-issue-tp4097110.html Sent from the Solr - User mailing list archive at Nabble.com.