[opencms-dev] Registry xml for PDF and WORD document search

Ernesto De Santis ernesto.desantis at colaborativa.net
Tue Nov 25 06:22:01 CET 2003


Yes.

                <docFactory enabled="true" type="binary">
                    <fileType name="pdftext">
                        <extension>.pdf</extension>
                        <!-- This will strip tags before processing -->

<class>net.grcomputing.opencms.search.lucene.PDFDocument</class>
                    </fileType>
                    <fileType name="wordtext">
                        <extension>.doc</extension>
                        <!-- This will strip tags before processing -->

<class>net.grcomputing.opencms.search.lucene.WordDocument</class>
                    </fileType>
                </docFactory>

It´s same that´s your registry.xml
Ernesto.


----- Original Message -----
From: "Trevor Lee" <Trevor.Lee at 4Loop.com.au>
To: <opencms-dev at opencms.org>
Sent: Tuesday, November 25, 2003 1:27 AM
Subject: RE: [opencms-dev] Registry xml for PDF and WORD document search



Hi Ernesto,

Would you be able to cut and paste what you have in your registry.xml file
here?

Cheers
Trevor






More information about the opencms-dev mailing list