Re: How to modify a document Field before the document is indexed?

2010-07-19 Thread Joe Hansen
Jul 19, 2010 at 5:12 PM, Koji Sekiguchi wrote: > (10/07/20 7:31), Joe Hansen wrote: >> >> Hey All, >> >> I am using Apache Lucene (2.9.1) and its fast and it works great! I >> have a question in connection with Apache PDFBox. >> >> The following comman

How to modify a document Field before the document is indexed?

2010-07-19 Thread Joe Hansen
Hey All, I am using Apache Lucene (2.9.1) and its fast and it works great! I have a question in connection with Apache PDFBox. The following command creates a Lucent Document from a PDF file: Document document = org.apache.pdfbox.searchengine.lucene.LucenePDFDocument.getDocument(docFile); The Lu