Skip to content

Commit 467635c

Browse files
authored
Update Apache Lucene to 9.12.1 (#16846) (#16869)
Signed-off-by: Andriy Redko <[email protected]> (cherry picked from commit bc4f44b)
1 parent 484a701 commit 467635c

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 = "2.19.0"
3-
lucene = "9.12.0"
3+
lucene = "9.12.1"
44

55
bundled_jdk_vendor = "adoptium"
66
bundled_jdk = "21.0.5+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
@@ -144,7 +144,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
144144
public static final Version V_2_17_2 = new Version(2170299, org.apache.lucene.util.Version.LUCENE_9_11_1);
145145
public static final Version V_2_18_0 = new Version(2180099, org.apache.lucene.util.Version.LUCENE_9_12_0);
146146
public static final Version V_2_18_1 = new Version(2180199, org.apache.lucene.util.Version.LUCENE_9_12_0);
147-
public static final Version V_2_19_0 = new Version(2190099, org.apache.lucene.util.Version.LUCENE_9_12_0);
147+
public static final Version V_2_19_0 = new Version(2190099, org.apache.lucene.util.Version.LUCENE_9_12_1);
148148
public static final Version CURRENT = V_2_19_0;
149149

150150
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)