com.snowtide.pdf.lucene
package provides a method of seamless integration between the
Apache Lucene full-text indexing and search engine available
for the Java environment.See: Description
Class | Description |
---|---|
DocumentFactoryConfig |
Instances of this class are used to control the creation of Lucene Documents from PDF content
through the
PDFDocumentFactory class. |
PDFDocumentFactory |
This class allows the functionality of PDFTextStream to be dropped into a Lucene
environment seamlessly (versions 1.2, 1.3, 1.4, 1.9, 2.0, 2.1, and 2.2 of Lucene are supported; a corresponding
Lucene library jar must be any application's classpath that needs to use this class).
|
com.snowtide.pdf.lucene
package provides a method of seamless integration between the
Apache Lucene full-text indexing and search engine available
for the Java environment. In most cases, getting a org.apache.lucene.document.Document
reference
needed to add a PDF file's contents to a Lucene index is as trivial as providing a java.io.File
or
java.io.InputStream
reference along with a few configuration parameters to
PDFDocumentFactory
.