
== SolrCore Instance Directory for DataWiki ==

This is the Instance Directory" for a SolrCore.

=== Basic Directory Structure ===

The directory contains the following sub-directories...
* conf/
*: This directory is mandatory and must contain your solrconfig.xml
   and schema.xml.  Any other optional configuration files would also 
   be kept here.
*: data/
   This directory is the default location where Solr will keep your
   index, and is used by the replication scripts for dealing with
   snapshots.  You can override this location in the 
   conf/solrconfig.xml.  Solr will create this directory if it does not 
   already exist. 
*: Note: If you want to completely wipe out the index, remove this 
   directory (not only the index files it contains).
