
== Solr Home Directory for DataWiki ==
This directory holds the configuration files for SOLR and eventually also
the data files for the index.

It is derived from the SOLR example directory.

=== Directory Structure ===
* solr.xml
*: This is the primary configuration file Solr looks for when starting.
   This file specifies the list of "SolrCores" it should load, and high
   level configuration options that should be used for all SolrCores.
*: Please see the comments in ./solr.xml for more details.
*: If no solr.xml file is found, then Solr assumes that there should be
   a single SolrCore named "collection1" and that the "Instance Directory"
   for collection1 should be the same as the Solr Home Directory.

* collection1/
*: Although solr.xml can be configured to look for SolrCore Instance Directories
   in any path, simple sub-directories of the Solr Home Dir using relative paths
   are common for many installations.  In this directory you can see the
   "./collection1" Instance Directory.
