I've SolrCloud (5.1.0) and ZooKeeper (3.4.6) running on 3 servers. I've a single collection, consisting of 3 shards. I've defined a schema (schema.xml) and all 3 Solr servers and ZooKeeper servers are up and running. Now I'd like to add a documents to the collection (my index). In the Solr admin site ( http://MYIP:8983/solr/#/ ), using the Core Selector, I select a core to work on. I click on "Documents" and select "XML" for "Document Type". I paste my XML and click on the submit button.
I get a "success" status back.
When I query everything in my index, I see that nothing has been added to my index (numfound = 0).
How come my index is empty?