Author: knguyen
Date: Wed Aug 29 10:58:32 2007
New Revision: 18292
URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D18292&repname=
=3Djahia
Log:
backport default settings from SP BRANCH for lucene indexation optimization.
Modified:
branches/JAHIA-ACG-BRANCH/core/src/webapp/WEB-INF/etc/spring/applicatio=
ncontext-basejahiaconfig.xml
Modified: branches/JAHIA-ACG-BRANCH/core/src/webapp/WEB-INF/etc/spring/appl=
icationcontext-basejahiaconfig.xml
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-ACG-BR=
ANCH/core/src/webapp/WEB-INF/etc/spring/applicationcontext-basejahiaconfig.=
xml&rev=3D18292&repname=3Djahia
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/JAHIA-ACG-BRANCH/core/src/webapp/WEB-INF/etc/spring/applicatio=
ncontext-basejahiaconfig.xml (original)
+++ branches/JAHIA-ACG-BRANCH/core/src/webapp/WEB-INF/etc/spring/applicatio=
ncontext-basejahiaconfig.xml Wed Aug 29 10:58:32 2007
@@ -136,8 +136,8 @@
<prop
key=3D"org.jahia.engines.search.searchViewHandler.default">org.j=
ahia.engines.search.SearchViewHandlerImpl</prop>
<prop
key=3D"org.jahia.engines.search.searchViewHandler.advSearch">org=
.jahia.engines.search.AdvSearchViewHandler</prop>
=
- <prop
key=3D"org.apache.lucene.mergeFactor">10</prop>
- <prop
key=3D"org.apache.lucene.maxBufferedDocs">50</prop>
+ <prop
key=3D"org.apache.lucene.mergeFactor">30</prop>
+ <prop
key=3D"org.apache.lucene.maxBufferedDocs">1000</prop>
<prop
key=3D"org.apache.lucene.commitLockTimeout">60000</prop>
<prop
key=3D"org.apache.lucene.writeLockTimeout">6000</prop>
<prop
key=3D"org.apache.lucene.maxClauseCount">2147483647</prop>
@@ -149,7 +149,7 @@
<prop key=3D"indexingJobWatchInterval">20000</prop><!-- the interv=
al time between each scan of indexing jobs history ( loading them and proce=
ss them if needed ) -->
<prop key=3D"indexingJobExecutionDelayTime">30000</prop><!-- the d=
elayed time before processing an indexing job ( an indexing job will be =
processed only after this delay time=
in regard to its creation time -->
- <prop key=3D"indexingJobBatchSize">100</prop><!-- the batch size f=
or handling the indexing job. Bigger means more memory required but faster =
-->
+ <prop key=3D"indexingJobBatchSize">500</prop><!-- the batch size f=
or handling the indexing job. Bigger means more memory required but faster =
-->
<prop key=3D"indexingJobMaxLifeTime">43200000</prop><!-- the maxim=
um life time of indexing job history. 12h by default, but should be i.e 1 d=
ay with several indexing servers in cluster -->
<prop
key=3D"scoreBoostRefreshDelayTime">30000</prop><!-- default dela=
y after which field score boost are re-evaluated ( Values are reloaded from=
Field definitions ) -->
=
_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list