Package com.snowtide.pdf.lucene

The 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

Package com.snowtide.pdf.lucene Description

The 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.