Thanks everyone in this group for helping me in integrating pdfbox with lucene.Now I 
am able to integrate pdf box with lucene by writing small code in the IndexHTML.java 
file

that is
else if(path.endsWith( ".PDF" ))
     {
            System.out.println( "Indexing PDF document: " + file );
            doc = LucenePDFDocument.getDocument( file );
            writer.addDocument(doc);
     }

my special thanks to karthik,natrajan,ben and don

regards
Santosh kumar
SoftPro Systems
Hyderabad




-----------------------SOFTPRO DISCLAIMER------------------------------



Information contained in this E-MAIL and any attachments are

confidential being  proprietary to SOFTPRO SYSTEMS  is 'privileged'

and 'confidential'.



If you are not an intended or authorised recipient of this E-MAIL or

have received it in error, You are notified that any use, copying or

dissemination  of the information contained in this E-MAIL in any

manner whatsoever is strictly prohibited. Please delete it immediately

and notify the sender by E-MAIL.



In such a case reading, reproducing, printing or further dissemination

of this E-MAIL is strictly prohibited and may be unlawful.



SOFTPRO SYSYTEMS does not REPRESENT or WARRANT that an attachment

hereto is free from computer viruses or other defects.



The opinions expressed in this E-MAIL and any ATTACHEMENTS may be

those of the author and are not necessarily those of SOFTPRO SYSTEMS.

------------------------------------------------------------------------

Reply via email to