Skip to content

Commit bc4f44b

Browse files
authored
Update Apache Lucene to 9.12.1 (opensearch-project#16846)
Signed-off-by: Andriy Redko <[email protected]>
1 parent ef44e86 commit bc4f44b

File tree

49 files changed

+26
-25
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+26
-25
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
opensearch = "3.0.0"
3-
lucene = "9.12.0"
3+
lucene = "9.12.1"
44

55
bundled_jdk_vendor = "adoptium"
66
bundled_jdk = "23.0.1+11"

libs/core/licenses/lucene-core-9.12.0.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
91447c90c1180122142773b5baddaf8547124794

libs/core/src/main/java/org/opensearch/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ public class Version implements Comparable<Version>, ToXContentFragment {
113113
public static final Version V_2_17_2 = new Version(2170299, org.apache.lucene.util.Version.LUCENE_9_11_1);
114114
public static final Version V_2_18_0 = new Version(2180099, org.apache.lucene.util.Version.LUCENE_9_12_0);
115115
public static final Version V_2_18_1 = new Version(2180199, org.apache.lucene.util.Version.LUCENE_9_12_0);
116-
public static final Version V_3_0_0 = new Version(3000099, org.apache.lucene.util.Version.LUCENE_9_12_0);
117116
public static final Version V_2_19_0 = new Version(2190099, org.apache.lucene.util.Version.LUCENE_9_12_0);
117+
public static final Version V_3_0_0 = new Version(3000099, org.apache.lucene.util.Version.LUCENE_9_12_1);
118118
public static final Version CURRENT = V_3_0_0;
119119

120120
public static Version fromId(int id) {

modules/lang-expression/licenses/lucene-expressions-9.12.0.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
667ee99f31c8e42eac70b0adcf8deb4232935430

plugins/analysis-icu/licenses/lucene-analysis-icu-9.12.0.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
abaef4767ad64289e62abdd4606bf6ed2ddea0fd

plugins/analysis-kuromoji/licenses/lucene-analysis-kuromoji-9.12.0.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)