: Admin screen, index document is coming up correctly in the response. But : when I start locating index (.cfs) file into folders . File is not created : at all. : : Solr Config xml entry (core 1) : : : <dataDir>${solr.data.dir:./solr/data}</data Dir>
unless yo uare defining a solr.data.dir system property, i believe that "./solr/data" directory is getting created in whatever the current working directory is for your Servlet Container. if you eliminate that <dataDir> directive solr will create a data directory in the directory you have for your core. -Hoss