You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2023/09/13 19:35:24 UTC

[tika] branch main updated (4bba971e3 -> 0960d7451)

This is an automated email from the ASF dual-hosted git repository.

tallison pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


    from 4bba971e3 Enable clean build with target of 17
     add 0960d7451 TIKA-3641 -- upgrade Lucene to 9.x now that we're on Java 11 (#1335)

No new revisions were added by this update.

Summary of changes:
 tika-eval/tika-eval-app/pom.xml                    |  4 +--
 .../eval/app/tools/SlowCompositeReaderWrapper.java | 41 ++++++++++++++++++++++
 tika-eval/tika-eval-core/pom.xml                   |  4 +--
 .../core/tokens/AlphaIdeographFilterFactory.java   | 11 ++++--
 .../eval/core/tokens/AnalyzerDeserializer.java     |  4 +--
 .../tokens/CJKBigramAwareLengthFilterFactory.java  |  8 ++++-
 .../tokens/URLEmailNormalizingFilterFactory.java   |  9 +++--
 ... org.apache.lucene.analysis.TokenFilterFactory} |  0
 tika-parent/pom.xml                                | 12 +++----
 tika-server/tika-server-eval/pom.xml               |  4 +--
 10 files changed, 76 insertions(+), 21 deletions(-)
 rename tika-eval/tika-eval-core/src/main/resources/META-INF/services/{org.apache.lucene.analysis.util.TokenFilterFactory => org.apache.lucene.analysis.TokenFilterFactory} (100%)