Changeset 30387

Show
Ignore:
Timestamp:
02/21/08 01:09:22 (9 months ago)
Author:
tdelprat
Message:

NXP-2067

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-search-core/src/main/resources/OSGI-INF/nxsearch-contrib.xml

    r29498 r30387  
    9696      <mimetype name="application/pdf">pdf2text</mimetype> 
    9797      <mimetype name="application/msword">word2text_poi</mimetype> 
     98      <mimetype name="application/vnd.ms-powerpoint">ppt2text_poi</mimetype> 
     99      <mimetype name="application/vnd.ms-excel">xl2text_jr</mimetype> 
     100      <mimetype name="text/xml">xml2text_jr</mimetype> 
     101      <mimetype name="text/html">html2text_jr</mimetype> 
     102      <mimetype name="application/vnd.sun.xml.writer">oo2text_jr</mimetype> 
     103      <mimetype name="application/vnd.sun.xml.writer.template">oo2text_jr</mimetype> 
     104      <mimetype name="application/vnd.oasis.opendocument.text">oo2text_jr</mimetype> 
     105      <mimetype name="application/vnd.oasis.opendocument.text-template">oo2text_jr</mimetype> 
    98106      <mimetype name=".*/.*">any2text</mimetype> 
    99107    </fullText> 
     
    142150  </extension> 
    143151  <extension 
    144                target="org.nuxeo.ecm.core.search.service.SearchServiceImpl" 
    145                point="indexingThreadPool"> 
    146                <indexingThreadPool maxPoolSize="5" /> 
    147        </extension> 
     152    target="org.nuxeo.ecm.core.search.service.SearchServiceImpl" 
     153    point="indexingThreadPool"> 
     154    <indexingThreadPool maxPoolSize="5" /> 
     155  </extension> 
    148156</component>