Disable create hierarchy cache in Jackrabbit node repo
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 19 Mar 2013 16:14:15 +0000 (16:14 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 19 Mar 2013 16:14:15 +0000 (16:14 +0000)
https://www.argeo.org/bugzilla/show_bug.cgi?id=147

git-svn-id: https://svn.argeo.org/commons/branches/1.x@6174 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

server/modules/org.argeo.node.repo.jackrabbit/repository-h2.xml

index def391f9fb0a86834a5b5d7ddfe26492817b2c19..583bf4c1cc188acfe4f35d43f34849c53e405e53 100644 (file)
@@ -40,6 +40,7 @@
                </PersistenceManager>
                <SearchIndex class="org.apache.jackrabbit.core.query.lucene.SearchIndex">
                        <param name="path" value="${wsp.home}/index" />
+                       <param name="initializeHierarchyCache" value="true" />
                </SearchIndex>
        </Workspace>
 
@@ -60,8 +61,9 @@
        <!-- Indexing -->
        <SearchIndex class="org.apache.jackrabbit.core.query.lucene.SearchIndex">
                <param name="path" value="${rep.home}/index" />
-               <param name="extractorPoolSize" value="2" />
-               <param name="supportHighlighting" value="true" />
+               <param name="initializeHierarchyCache" value="true" />
+               <!-- <param name="extractorPoolSize" value="2" /> -->
+               <!-- <param name="supportHighlighting" value="true" /> -->
        </SearchIndex>
 
        <!-- Security -->