I've been developing locally on OSX and am now going through the process of automating the installation on AWS Ubuntu. I have created a core, added my fields and then untarred the data directory on my Ubuntu instance, restarted solr (to hopefully reindex), but no documents are seen. Nor are any errors thrown in the logs or at startup.
Given the case sensitivity differences between OSX and Linux, could that be a problem? Are there further steps required, or is just not possible. Granted i'm going to programmatically rebuild the index, but wanted to start here. Thanks!