"Applied fix BY HAND from trunk plugins for revision: 1794132" 
------------------------------------------------------------------------
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
------------------------------------------------------------------------

git-svn-id: https://svn.apache.org/repos/asf/ofbiz/branches/release16.11@1794133 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/specialpurpose/solr/home/solrdefault/conf/solrconfig.xml b/specialpurpose/solr/home/solrdefault/conf/solrconfig.xml
index 8e8c3a5..1ed5adb 100644
--- a/specialpurpose/solr/home/solrdefault/conf/solrconfig.xml
+++ b/specialpurpose/solr/home/solrdefault/conf/solrconfig.xml
@@ -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.