org.pdfbox.searchengine.lucene |
This package holds classes that are used to integrate the PDFBox project with lucene.
|
Java Source File Name | Type | Comment |
IndexFiles.java | Class | This is a class that will index some files on a local filesystem. |
LucenePDFDocument.java | Class | This class is used to create a document for the lucene search engine.
This should easily plug into the IndexHTML or IndexFiles that comes with
the lucene project. |