I’ve been unable to get solrcloud to distribute data across 4 solr nodes with the “route.name=implicit” feature of the collections API.
The nodes are live, and the graphs are green. All the data (the “Films” example data) shows up on one node, the node that received the CREATE command. My CREATE command is: curl http://host-192-168-0-60.openstacklocal:8081/solr/admin/collections?action=CREATE&name=CollectionFilms&replicationFactor=2&router.name=implicit&shards=shard-1,shard-2,shard-3,shard-4&maxShardsPerNode=2&collection.configName=configAlpha solr version 5.3.1 zookeeper version 3.4.6 indexing with: cd /opt/solr/example/films; /opt/solr/bin/post -c CollectionFilms -port 8081 films.json Thanks, strick