时间过得真快,项目中 lucene 版本还在 <lucene.version>7.4.0</lucene.version>
hex
2
实际上 2025 年得版本就已经到了 10.2 了。
包 lucene-analyzers-common 还改名字了。
新的名字叫做:lucene-analysis-common
库的坐标为:
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-analysis-common</artifactId>
<version>10.2.0</version>
</dependency>