knguyen     2004/11/12 14:47:32 CET

  Modified files:        (Branch: JAHIA-4-0-BRANCH)
    metadata/war         web.xml 
  Log:
  - use lucene default settings
  
  Revision  Changes    Path
  1.41.2.3  +2 -2      jahia/metadata/war/web.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/metadata/war/web.xml.diff?r1=1.41.2.2&r2=1.41.2.3&f=h
  
  
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/repository/jahia/metadata/war/Attic/web.xml,v
  retrieving revision 1.41.2.2
  retrieving revision 1.41.2.3
  diff -u -r1.41.2.2 -r1.41.2.3
  --- web.xml   24 Sep 2004 13:52:43 -0000      1.41.2.2
  +++ web.xml   12 Nov 2004 13:47:32 -0000      1.41.2.3
  @@ -100,11 +100,11 @@
                -->
           <init-param>
               <param-name>org.apache.lucene.mergeFactor</param-name>
  -            <param-value>5</param-value>
  +            <param-value>10</param-value>
           </init-param>
           <init-param>
               <param-name>org.apache.lucene.minMergeDocs</param-name>
  -            <param-value>1000</param-value>
  +            <param-value>10</param-value>
           </init-param>
           <init-param>
               <param-name>org.apache.lucene.commitLockTimeout</param-name>
  

Reply via email to