Hi,
Sudarsan, Sithu D. schrieb:
We are currently using jdk 1.6 and Lucene 3.0.x with PDFBox 1.0 and FontBox 1.0.
Hmm, there were some other users reporting that pdfbox doesn't work in
combination with lucene 2.9/3.0. Did you rcompile pdfbox or made some changes to
the code to get it work?
BR
Andreas Lehmkühler
For sure, there are some Lucene API changes, but it provides better search
performance and several enhancements.
Sincerely,
Sithu D Sudarsan
-----Original Message-----
From: Andreas Lehmkuehler [mailto:[email protected]]
Sent: Friday, April 16, 2010 1:29 PM
To: [email protected]
Subject: Re: PDFBox library dependencies
Hi,
Sudarsan, Sithu D. schrieb:
<property name="lucene.name" value="lucene-core-2.4.1" /> // Change to 2.9.x
or 3.0.x
<property name="lucene-demos.name" value="lucene-demos-2.4.1" /> // Change to
2.9.x or 3.0.x
AFAIK lucene 2.9/3.0 comes with some api-changes which aren't compatible with
the current version of PDFBox.
BR
Andreas Lehmkühler
Lucene 3.0.x requires java 1.5 or greater
Sincerely,
Sithu D Sudarsan
-----Original Message-----
From: Andreas Lehmkuehler [mailto:[email protected]]
Sent: Friday, April 16, 2010 11:43 AM
To: [email protected]
Subject: Re: PDFBox library dependencies
Hi,
Alan Thomas schrieb:
Daniel,
What versions of those libraries are required?
Thanks, Alan
On 13/04/2010 14:43, Daniel Wilson wrote:
I don't know why that dependencies page says that.
PDFBox depends on:
- Apache FontBox (a related project, possibly seen as a subproject of
PDFBox).
- Apache JempBox(a related project, possibly seen as a subproject of
PDFBox).
- Lucene
- BCProv
- BCMail
- JUnit
- Apache Commons Logging.
I've just copied the relevant entries from the ant build.xml [1]
<property name="fontbox.name" value="fontbox-1.1.0" />
<property name="jempbox.name" value="jempbox-1.1.0" />
<property name="logging.name" value="commons-logging-1.1.1" />
<property name="lucene.name" value="lucene-core-2.4.1" />
<property name="lucene-demos.name" value="lucene-demos-2.4.1" />
<property name="bcprov.name" value="bcprov-jdk15-1.44" />
<property name="bcmail.name" value="bcmail-jdk15-1.44" />
<property name="icu4j.name" value="icu4j-3.8" />
<property name="junit.name" value="junit-3.8.2" />
BR
Andreas Lehmkühler
[1] http://svn.apache.org/repos/asf/pdfbox/trunk/pdfbox/build.xml