knguyen     2005/06/03 12:58:02 CEST

  Modified files:        (Branch: JAHIA-4-1-BRANCH)
    metadata/war         web.xml 
  Log:
  - all search settings removed from web.xml and put in config.xml
  
  Revision       Changes    Path
  1.41.2.3.2.10  +0 -51     jahia/metadata/war/web.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/metadata/war/web.xml.diff?r1=1.41.2.3.2.9&r2=1.41.2.3.2.10&f=h
  
  
  
  Index: web.xml
  ===================================================================
  RCS file: /cvs/jahia/metadata/war/Attic/web.xml,v
  retrieving revision 1.41.2.3.2.9
  retrieving revision 1.41.2.3.2.10
  diff -u -r1.41.2.3.2.9 -r1.41.2.3.2.10
  --- web.xml   26 May 2005 16:23:00 -0000      1.41.2.3.2.9
  +++ web.xml   3 Jun 2005 10:58:02 -0000       1.41.2.3.2.10
  @@ -89,57 +89,6 @@
               <param-name>application</param-name>
               <param-value>ApplicationResources</param-value>
           </init-param>
  -
  -             <!-- lucene system property parameter -->
  -             <!--
  -             Lucene Property         System Property                         
                        Default Value
  -             mergeFactor             org.apache.lucene.mergeFactor           
        10
  -             minMergeDocs            org.apache.lucene.minMergeDocs          
        10
  -             maxMergeDocs            org.apache.lucene.maxMergeDocs          
        Integer.MAX_VALUE
  -             maxFieldLength          org.apache.lucene.maxFieldLength        
        10000
  -             COMMIT_LOCK_TIMEOUT org.apache.lucene.commitLockTimeout         
10000 ms
  -             WRITE_LOCK_TIMEOUT  org.apache.lucene.writeLockTimeout          
1000 ms
  -             maxClauseCount          org.apache.lucene.maxClauseCount        
        1024
  -             lockDir                         org.apache.lucene.lockDir       
                        the value of java.io.tmpdir system property
  -             -->
  -        <init-param>
  -            <param-name>org.apache.lucene.mergeFactor</param-name>
  -            <param-value>10</param-value>
  -        </init-param>
  -        <init-param>
  -            <param-name>org.apache.lucene.minMergeDocs</param-name>
  -            <param-value>10</param-value>
  -        </init-param>
  -        <init-param>
  -            <param-name>org.apache.lucene.commitLockTimeout</param-name>
  -            <param-value>60000</param-value>
  -        </init-param>
  -        <init-param>
  -            <param-name>org.apache.lucene.writeLockTimeout</param-name>
  -            <param-value>6000</param-value>
  -        </init-param>
  -        <init-param>
  -            <param-name>org.apache.lucene.maxClauseCount</param-name>
  -            <param-value>10000</param-value>
  -        </init-param>
  -        <init-param>
  -            <param-name>org.apache.lucene.searchIndexRootDir</param-name>
  -            <param-value>/WEB-INF/var/search_indexes</param-value>
  -        </init-param>
  -        <init-param>
  -            <param-name>org.apache.lucene.localIndexing</param-name>
  -            <param-value>1</param-value> <!-- 1: allow local indexing, 0: do 
not index ( when sharing a same index directory in a clustered environment -->
  -        </init-param>
  -        <init-param>
  -            
<param-name>org.apache.lucene.backgroundIndexing.priority</param-name>
  -            <param-value>5</param-value> <!-- define the priority of 
indexation in background 1 = Thread.MIN_PRIORITY, 5 = Thread.NORM_PRIORITY, 10 
= Thread.MAX_PRIORITY -->
  -        </init-param>
  -        <init-param>
  -            
<param-name>org.jahia.services.search.scheduledJobInterval</param-name>
  -            <param-value>5000</param-value> <!-- define the interval used to 
trigger indexation of scheduled document -->
  -        </init-param>
  -
  -
           <load-on-startup>5</load-on-startup>
       </servlet>
   
  

Reply via email to