In addition to creating the Collection, did you also create a Core in
Solr?Starting up in the SolrCloud mode is a little less pre-configured
than when starting in other modes, especially in the newest versions of
Solr - as such, it's easy to miss creating a core when following the
instructions. (When creating the core, it has to be explicitly
associated with the collection.) You can probably do these via the Solr
web interface, but I know it can be done via command line.And did you
create a coll...