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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

jleroux@apache.org
Author: jleroux
Date: Sat May  6 10:53:37 2017
New Revision: 1794132

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

In my last commit (r1792257) I did not use the right location.
It's now in runtime\indexes\solr which is the obviously right place in OFBiz!

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=1794132&r1=1794131&r2=1794132&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/solr/home/solrdefault/conf/solrconfig.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/solr/home/solrdefault/conf/solrconfig.xml Sat May  6 10:53:37 2017
@@ -101,7 +101,7 @@
        replication is in use, this should match the replication
        configuration.
     -->
-  <dataDir>${solr.data.dir:home/solrdefault/runtime/indexes/}</dataDir>
+  <dataDir>${solr.data.dir:runtime/indexes/solr}</dataDir>
 
 
   <!-- The DirectoryFactory to use for indexes.