[
https://issues.apache.org/jira/browse/PDFBOX-1356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andreas Lehmkühler resolved PDFBOX-1356.
----------------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
Assignee: Andreas Lehmkühler
I did some refactoring concerning the lucene stuff:
- moved the lucene stuff to the examples subproject
- overhauled the lucene example
- updated to Apache Lucene 2.3.1
- removed the lucene subproject
> Support lucene 3.6.0
> --------------------
>
> Key: PDFBOX-1356
> URL: https://issues.apache.org/jira/browse/PDFBOX-1356
> Project: PDFBox
> Issue Type: Improvement
> Components: Lucene
> Affects Versions: 1.7.0
> Environment: Fedora
> Reporter: Orion Poplawski
> Assignee: Andreas Lehmkühler
> Fix For: 2.0.0
>
>
> Fedora rawhide has updated to lucene 3.6.0. When trying to compile pdfbox
> against it I get:
> [ERROR]
> /builddir/build/BUILD/pdfbox-1.7.0/lucene/src/main/java/org/apache/pdfbox/lucene/IndexFiles.java:[27,29]
> error: cannot find symbol
> [ERROR] symbol: class HTMLDocument
> location: package org.apache.lucene.demo
> Looks like the demo package in lucene has change quite a lot, including
> changing the artifaceId to lucene-demo:
> diff -up pdfbox-1.7.0/lucene/pom.xml.lucene pdfbox-1.7.0/lucene/pom.xml
> --- pdfbox-1.7.0/lucene/pom.xml.lucene 2012-07-05 09:16:35.056582368 -0600
> +++ pdfbox-1.7.0/lucene/pom.xml 2012-07-05 09:45:08.069655661 -0600
> @@ -47,7 +47,7 @@
> </dependency>
> <dependency>
> <groupId>org.apache.lucene</groupId>
> - <artifactId>lucene-demos</artifactId>
> + <artifactId>lucene-demo</artifactId>
> <version>${lucene.version}</version>
> </dependency>
> </dependencies>
--
This message was sent by Atlassian JIRA
(v6.1#6144)