Author: knguyen
Date: Wed Aug 8 10:42:29 2007
New Revision: 18154
URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D18154&repname=
=3Djahia
Log:
backport lucene default parameters to improve indexation speed.
Modified:
branches/JAHIA-VODAFONE-5-0-2-SP BRANCH/core/src/webapp/WEB-INF/etc/spr=
ing/applicationcontext-basejahiaconfig.xml
Modified: branches/JAHIA-VODAFONE-5-0-2-SP BRANCH/core/src/webapp/WEB-INF/e=
tc/spring/applicationcontext-basejahiaconfig.xml
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-VODAFO=
NE-5-0-2-SP%20BRANCH/core/src/webapp/WEB-INF/etc/spring/applicationcontext-=
basejahiaconfig.xml&rev=3D18154&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-VODAFONE-5-0-2-SP BRANCH/core/src/webapp/WEB-INF/etc/spr=
ing/applicationcontext-basejahiaconfig.xml (original)
+++ branches/JAHIA-VODAFONE-5-0-2-SP BRANCH/core/src/webapp/WEB-INF/etc/spr=
ing/applicationcontext-basejahiaconfig.xml Wed Aug 8 10:42:29 2007
@@ -117,11 +117,11 @@
<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">10000</prop>
+ <prop
key=3D"org.apache.lucene.maxClauseCount">2147483647</prop>
<prop
key=3D"org.apache.lucene.useCompoundFile">0</prop> <!-- 0 for fa=
lse -->
=
<prop
key=3D"searchIndexRootDir">$context/WEB-INF/var/search_indexes</=
prop><!-- the root directory for search indexes -->
@@ -130,7 +130,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