: http://localhost:8983/solr/admin/cores?action=CREATE&name=temp&instanceDir=xxxx : : where xxxx is the solr_home/home/core : : The core is created fine but no directory shows for the new core name "temp"
a dta directory is definitley there somewhere, but if you use relative paths in your configs it may not be exactly where you expect. take a look at the info about "searcher" on this page... http://localhost:8983/solr/temp/admin/stats.jsp ...it will tell you what "readerDir" it is using, which should be in the data dir for that core. -Hoss