Using Lucene 2.3.0 with PDFBox
Hey I am having problem using PDF Box for parsing the PDF and coverting them to Lucene Document using the following statement. Document doc = LucenePDFDocument.getDocument( file ); PDF Box uses a particular function of the Object 'Field' which is only there in the lucene 1.4.3.
Supported File Formats - PDF, MHT
Hey Does lucene support the files in pdf and mht file formats. I wasnt able to retrieve any results after creating an index of such files. This is the first time i am using lucene. Thanks Naman K Gupta