Hi, Trying to migrate from HttpSolrServer to CloudSolrServer. getting the following exception while adding docs using CloudSolrServer.
org.apache.solr.common.SolrException: Unknown document router '{name=compositeId}' at org.apache.solr.common.cloud.DocRouter.getDocRouter(DocRouter.java:46) whereas my cluterstate json says -- "maxShardsPerNode":"1", "router":{"name":"compositeId"}, "replicationFactor":"1". please advice. PS : i'm using solr 4.10.4. Thanks, Naveen.