dentsusoken / iPLAss

Java-based open source low-code development platform for enterprise
https://iplass.org/
GNU Affero General Public License v3.0
66 stars 25 forks source link

lucene、バージョンアップ(4.0) #1542

Open xsekiguchi opened 6 days ago

xsekiguchi commented 6 days ago

概要

lucene を9系にバージョンアップする。 未使用ライブラリは削除する。

実施事項(任意)

Compatibility notes

iPLAss バージョンを 4 系に上げることで、JDK 21 のみがサポートされることになります。 JRE バージョンにより、Lucene が処理する Unicode のバージョンが異なることがある為、 インデックスのリクロールを実施しておくことを推奨します。

参考: Lucene 9.11.1 JRE Version Migration Guide

xsekiguchi commented 5 days ago

(English)

Overview

Upgrade lucene to Series 9. Remove unused libraries.

Implementation (optional)

Compatibility notes

By increasing the iPLAss version to Series 4, only JDK 21 will be supported. The Unicode version handled by Lucene may differ depending on the JRE version,It is recommended to perform an index re-crawl.

See also: Lucene 9.11.1 JRE Version Migration Guide