<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-2">
<META content="MSHTML 6.00.2800.1170" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3>Hi,<BR><BR>If
you want to use lucene search engine for PDF files, you first need to<BR>convert
pdf files to lucene searchable files. You can do that with some free<BR>classes.
Try to find it. For example you can use pdfbox for that. This<BR>project is
managed at SourceForge:<BR><BR></FONT><A
href="http://sourceforge.net/projects/pdfbox"><FONT face="Times New Roman"
size=3>http://sourceforge.net/projects/pdfbox</FONT></A><BR><BR><FONT
face="Times New Roman" size=3>Example:<BR><BR>java org.pdfbox.Main
<file.PDF> <output-for lucene><BR><BR>Hope it will help you.<BR>Best
regards, Ivan.</FONT><BR><BR></FONT></DIV></BODY></HTML>