Hi Jacques, This does not work in a multi-tenancy setup of OFBiz.
Pierre Smits ORRTIZ.COM <http://www.orrtiz.com> OFBiz based solutions & services OFBiz Extensions Marketplace http://oem.ofbizci.net/oci-2/ On Fri, May 12, 2017 at 9:15 AM, <jler...@apache.org> wrote: > Author: jleroux > Date: Fri May 12 07:15:59 2017 > New Revision: 1794937 > > URL: http://svn.apache.org/viewvc?rev=1794937&view=rev > Log: > Improved: Rename Lucene runtime folders to clearly show the origin > (OFBIZ-9357) > > Sets the Lucene defaultIndex to runtime/indexes/lucene > > Modified: > ofbiz/ofbiz-plugins/trunk/lucene/config/lucene.properties > > Modified: ofbiz/ofbiz-plugins/trunk/lucene/config/lucene.properties > URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/ > lucene/config/lucene.properties?rev=1794937&r1= > 1794936&r2=1794937&view=diff > ============================================================ > ================== > --- ofbiz/ofbiz-plugins/trunk/lucene/config/lucene.properties (original) > +++ ofbiz/ofbiz-plugins/trunk/lucene/config/lucene.properties Fri May 12 > 07:15:59 2017 > @@ -17,4 +17,4 @@ > # under the License. > ############################################################ > ################### > > -defaultIndex=runtime/indexes > +defaultIndex=runtime/indexes/lucene > > >