: I had a discussion with @search_mb about this on IRC, and he explained how : my collection query would still work with "user6", though we couldn't : resolve why the solr Core Admin page doesn't show the collection name as " : user6".
"Core Admin" pages in the UI are still specific to *CORES* ... no one has had a chance yet to update the Solr UI to have *COLLECTION* centric UI pages. In Solr 4.x the example configs come with a *CORE* named "collection1" which can be "bootstraped" into a collection with the same name if you start using SolrCloud, but there is no reason why the core names need to match the collection names exactly -- and in fact: doing so would be impossible in situations where (#shards x #replicas) is more then the #nodes in your cluster. -Hoss http://www.lucidworks.com/