Changeset 30387
- Timestamp:
- 02/21/08 01:09:22 (9 months ago)
- 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 96 96 <mimetype name="application/pdf">pdf2text</mimetype> 97 97 <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> 98 106 <mimetype name=".*/.*">any2text</mimetype> 99 107 </fullText> … … 142 150 </extension> 143 151 <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> 148 156 </component>
