Author: knguyen
Date: Mon Jun 25 15:09:57 2007
New Revision: 17751
URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D17751&repname=
=3Djahia
Log:
change lucene parameters to improve indexation speed.
Modified:
trunk/core/src/webapp/WEB-INF/etc/spring/applicationcontext-basejahiaco=
nfig.xml
Modified: trunk/core/src/webapp/WEB-INF/etc/spring/applicationcontext-basej=
ahiaconfig.xml
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/trunk/core/src/webapp=
/WEB-INF/etc/spring/applicationcontext-basejahiaconfig.xml&rev=3D17751&repn=
ame=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
--- trunk/core/src/webapp/WEB-INF/etc/spring/applicationcontext-basejahiaco=
nfig.xml (original)
+++ trunk/core/src/webapp/WEB-INF/etc/spring/applicationcontext-basejahiaco=
nfig.xml Mon Jun 25 15:09:57 2007
@@ -130,8 +130,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>
@@ -143,7 +143,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