You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2017/04/22 05:06:46 UTC

svn commit: r1792257 - /ofbiz/ofbiz-plugins/trunk/solr/home/solrdefault/conf/solrconfig.xml

Author: jleroux
Date: Sat Apr 22 05:06:46 2017
New Revision: 1792257

URL: http://svn.apache.org/viewvc?rev=1792257&view=rev
Log:
Fixed: Could not obtain Lock on lucene index Lock
(OFBIZ-7265)

No functional change, the path should start at home

Modified:
    ofbiz/ofbiz-plugins/trunk/solr/home/solrdefault/conf/solrconfig.xml

Modified: ofbiz/ofbiz-plugins/trunk/solr/home/solrdefault/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/solr/home/solrdefault/conf/solrconfig.xml?rev=1792257&r1=1792256&r2=1792257&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/solr/home/solrdefault/conf/solrconfig.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/solr/home/solrdefault/conf/solrconfig.xml Sat Apr 22 05:06:46 2017
@@ -101,7 +101,7 @@
        replication is in use, this should match the replication
        configuration.
     -->
-  <dataDir>${solr.data.dir:plugins/solr/home/solrdefault/runtime/indexes/}</dataDir>
+  <dataDir>${solr.data.dir:home/solrdefault/runtime/indexes/}</dataDir>
 
 
   <!-- The DirectoryFactory to use for indexes.