Hi, I am evaluating a small Datastax test cluster in EC2 using DataStax Auto-Clustering AMI 2.2 (ami-f7e8d083). When ssh'ing into the node it tells me I am running DataStax Enterprise version 2.2.1-1. However, the Solr admin interface looks like the old one of Solr 3.x not 4.x. Is this expected?
I was a bash script similar to 1-add-schema.sh to push my schema.xml and solrconfig.xml. A few days later, I re-ran the script and added some fields. I was expecting that the previous core/index would be dropped since I could have posted a whole new core configuration. However all previously added SolrDocuments were still available along with the new ones I indexed. This might be default behavior in Solr, not sure.
