Hi guys, I'm trying to use PDFBox with Lucene. But i'm not able to use
Document luceneDocument = LucenePDFDocument.getDocument( ... ); because i don't know where to import the LucenePDFDocument from. I tried import org.apache.pdfbox.searchengine.lucene.LucenePDFDocument; But my PDFBox didn't come with this class. (I have both the 'app' version and the normal one), neither my Lucene. Where should this class be?? Thanks.

