Fix data dir
authorDennis Schafroth <dennis@indexdata.com>
Thu, 15 Sep 2011 12:39:23 +0000 (12:39 +0000)
committerDennis Schafroth <dennis@indexdata.com>
Thu, 15 Sep 2011 12:39:23 +0000 (12:39 +0000)
solr-conf/solrconfig.xml

index e6069cd..b669c1f 100644 (file)
@@ -68,7 +68,7 @@
   <!-- Used to specify an alternate directory to hold all index data
        other than the default ./data under the Solr home.
        If replication is in use, this should match the replication configuration. -->
   <!-- Used to specify an alternate directory to hold all index data
        other than the default ./data under the Solr home.
        If replication is in use, this should match the replication configuration. -->
-  <dataDir>${solr.data.dir:/usr/lib/masterkey/lui/solr/data}</dataDir>
+  <dataDir>${solr.data.dir:/var/lib/masterkey/lui/solr/data}</dataDir>
 
 
   <!-- WARNING: this <indexDefaults> section only provides defaults for index writers
 
 
   <!-- WARNING: this <indexDefaults> section only provides defaults for index writers