From b7005c74c62a981da31060d9e430369d2d65f1ec Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Mon, 28 Nov 2022 12:41:49 -0500 Subject: [PATCH] Update Apache Lucene to 9.4.2 (#5354) (#5361) Signed-off-by: Andriy Redko Signed-off-by: Andriy Redko Signed-off-by: Andriy Redko --- buildSrc/version.properties | 2 +- .../lang-expression/licenses/lucene-expressions-9.4.1.jar.sha1 | 1 - .../lang-expression/licenses/lucene-expressions-9.4.2.jar.sha1 | 1 + .../analysis-icu/licenses/lucene-analysis-icu-9.4.1.jar.sha1 | 1 - .../analysis-icu/licenses/lucene-analysis-icu-9.4.2.jar.sha1 | 1 + .../licenses/lucene-analysis-kuromoji-9.4.1.jar.sha1 | 1 - .../licenses/lucene-analysis-kuromoji-9.4.2.jar.sha1 | 1 + .../analysis-nori/licenses/lucene-analysis-nori-9.4.1.jar.sha1 | 1 - .../analysis-nori/licenses/lucene-analysis-nori-9.4.2.jar.sha1 | 1 + .../licenses/lucene-analysis-phonetic-9.4.1.jar.sha1 | 1 - .../licenses/lucene-analysis-phonetic-9.4.2.jar.sha1 | 1 + .../licenses/lucene-analysis-smartcn-9.4.1.jar.sha1 | 1 - .../licenses/lucene-analysis-smartcn-9.4.2.jar.sha1 | 1 + .../licenses/lucene-analysis-stempel-9.4.1.jar.sha1 | 1 - .../licenses/lucene-analysis-stempel-9.4.2.jar.sha1 | 1 + .../licenses/lucene-analysis-morfologik-9.4.1.jar.sha1 | 1 - .../licenses/lucene-analysis-morfologik-9.4.2.jar.sha1 | 1 + server/licenses/lucene-analysis-common-9.4.1.jar.sha1 | 1 - server/licenses/lucene-analysis-common-9.4.2.jar.sha1 | 1 + server/licenses/lucene-backward-codecs-9.4.1.jar.sha1 | 1 - server/licenses/lucene-backward-codecs-9.4.2.jar.sha1 | 1 + server/licenses/lucene-core-9.4.1.jar.sha1 | 1 - server/licenses/lucene-core-9.4.2.jar.sha1 | 1 + server/licenses/lucene-grouping-9.4.1.jar.sha1 | 1 - server/licenses/lucene-grouping-9.4.2.jar.sha1 | 1 + server/licenses/lucene-highlighter-9.4.1.jar.sha1 | 1 - server/licenses/lucene-highlighter-9.4.2.jar.sha1 | 1 + server/licenses/lucene-join-9.4.1.jar.sha1 | 1 - server/licenses/lucene-join-9.4.2.jar.sha1 | 1 + server/licenses/lucene-memory-9.4.1.jar.sha1 | 1 - server/licenses/lucene-memory-9.4.2.jar.sha1 | 1 + server/licenses/lucene-misc-9.4.1.jar.sha1 | 1 - server/licenses/lucene-misc-9.4.2.jar.sha1 | 1 + server/licenses/lucene-queries-9.4.1.jar.sha1 | 1 - server/licenses/lucene-queries-9.4.2.jar.sha1 | 1 + server/licenses/lucene-queryparser-9.4.1.jar.sha1 | 1 - server/licenses/lucene-queryparser-9.4.2.jar.sha1 | 1 + server/licenses/lucene-sandbox-9.4.1.jar.sha1 | 1 - server/licenses/lucene-sandbox-9.4.2.jar.sha1 | 1 + server/licenses/lucene-spatial-extras-9.4.1.jar.sha1 | 1 - server/licenses/lucene-spatial-extras-9.4.2.jar.sha1 | 1 + server/licenses/lucene-spatial3d-9.4.1.jar.sha1 | 1 - server/licenses/lucene-spatial3d-9.4.2.jar.sha1 | 1 + server/licenses/lucene-suggest-9.4.1.jar.sha1 | 1 - server/licenses/lucene-suggest-9.4.2.jar.sha1 | 1 + server/src/main/java/org/opensearch/Version.java | 2 +- 46 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 modules/lang-expression/licenses/lucene-expressions-9.4.1.jar.sha1 create mode 100644 modules/lang-expression/licenses/lucene-expressions-9.4.2.jar.sha1 delete mode 100644 plugins/analysis-icu/licenses/lucene-analysis-icu-9.4.1.jar.sha1 create mode 100644 plugins/analysis-icu/licenses/lucene-analysis-icu-9.4.2.jar.sha1 delete mode 100644 plugins/analysis-kuromoji/licenses/lucene-analysis-kuromoji-9.4.1.jar.sha1 create mode 100644 plugins/analysis-kuromoji/licenses/lucene-analysis-kuromoji-9.4.2.jar.sha1 delete mode 100644 plugins/analysis-nori/licenses/lucene-analysis-nori-9.4.1.jar.sha1 create mode 100644 plugins/analysis-nori/licenses/lucene-analysis-nori-9.4.2.jar.sha1 delete mode 100644 plugins/analysis-phonetic/licenses/lucene-analysis-phonetic-9.4.1.jar.sha1 create mode 100644 plugins/analysis-phonetic/licenses/lucene-analysis-phonetic-9.4.2.jar.sha1 delete mode 100644 plugins/analysis-smartcn/licenses/lucene-analysis-smartcn-9.4.1.jar.sha1 create mode 100644 plugins/analysis-smartcn/licenses/lucene-analysis-smartcn-9.4.2.jar.sha1 delete mode 100644 plugins/analysis-stempel/licenses/lucene-analysis-stempel-9.4.1.jar.sha1 create mode 100644 plugins/analysis-stempel/licenses/lucene-analysis-stempel-9.4.2.jar.sha1 delete mode 100644 plugins/analysis-ukrainian/licenses/lucene-analysis-morfologik-9.4.1.jar.sha1 create mode 100644 plugins/analysis-ukrainian/licenses/lucene-analysis-morfologik-9.4.2.jar.sha1 delete mode 100644 server/licenses/lucene-analysis-common-9.4.1.jar.sha1 create mode 100644 server/licenses/lucene-analysis-common-9.4.2.jar.sha1 delete mode 100644 server/licenses/lucene-backward-codecs-9.4.1.jar.sha1 create mode 100644 server/licenses/lucene-backward-codecs-9.4.2.jar.sha1 delete mode 100644 server/licenses/lucene-core-9.4.1.jar.sha1 create mode 100644 server/licenses/lucene-core-9.4.2.jar.sha1 delete mode 100644 server/licenses/lucene-grouping-9.4.1.jar.sha1 create mode 100644 server/licenses/lucene-grouping-9.4.2.jar.sha1 delete mode 100644 server/licenses/lucene-highlighter-9.4.1.jar.sha1 create mode 100644 server/licenses/lucene-highlighter-9.4.2.jar.sha1 delete mode 100644 server/licenses/lucene-join-9.4.1.jar.sha1 create mode 100644 server/licenses/lucene-join-9.4.2.jar.sha1 delete mode 100644 server/licenses/lucene-memory-9.4.1.jar.sha1 create mode 100644 server/licenses/lucene-memory-9.4.2.jar.sha1 delete mode 100644 server/licenses/lucene-misc-9.4.1.jar.sha1 create mode 100644 server/licenses/lucene-misc-9.4.2.jar.sha1 delete mode 100644 server/licenses/lucene-queries-9.4.1.jar.sha1 create mode 100644 server/licenses/lucene-queries-9.4.2.jar.sha1 delete mode 100644 server/licenses/lucene-queryparser-9.4.1.jar.sha1 create mode 100644 server/licenses/lucene-queryparser-9.4.2.jar.sha1 delete mode 100644 server/licenses/lucene-sandbox-9.4.1.jar.sha1 create mode 100644 server/licenses/lucene-sandbox-9.4.2.jar.sha1 delete mode 100644 server/licenses/lucene-spatial-extras-9.4.1.jar.sha1 create mode 100644 server/licenses/lucene-spatial-extras-9.4.2.jar.sha1 delete mode 100644 server/licenses/lucene-spatial3d-9.4.1.jar.sha1 create mode 100644 server/licenses/lucene-spatial3d-9.4.2.jar.sha1 delete mode 100644 server/licenses/lucene-suggest-9.4.1.jar.sha1 create mode 100644 server/licenses/lucene-suggest-9.4.2.jar.sha1 diff --git a/buildSrc/version.properties b/buildSrc/version.properties index 06ae81342ca51..eaa2736947249 100644 --- a/buildSrc/version.properties +++ b/buildSrc/version.properties @@ -1,5 +1,5 @@ opensearch = 2.4.1 -lucene = 9.4.1 +lucene = 9.4.2 bundled_jdk_vendor = adoptium bundled_jdk = 17.0.5+8 diff --git a/modules/lang-expression/licenses/lucene-expressions-9.4.1.jar.sha1 b/modules/lang-expression/licenses/lucene-expressions-9.4.1.jar.sha1 deleted file mode 100644 index f8eb0a7bdb033..0000000000000 --- a/modules/lang-expression/licenses/lucene-expressions-9.4.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -574ac602f98475c1d061adee71ed90dce2eee679 \ No newline at end of file diff --git a/modules/lang-expression/licenses/lucene-expressions-9.4.2.jar.sha1 b/modules/lang-expression/licenses/lucene-expressions-9.4.2.jar.sha1 new file mode 100644 index 0000000000000..61cd306da88ba --- /dev/null +++ b/modules/lang-expression/licenses/lucene-expressions-9.4.2.jar.sha1 @@ -0,0 +1 @@ +f433ede87302221b48703a890e5f5701cf1b021d \ No newline at end of file diff --git a/plugins/analysis-icu/licenses/lucene-analysis-icu-9.4.1.jar.sha1 b/plugins/analysis-icu/licenses/lucene-analysis-icu-9.4.1.jar.sha1 deleted file mode 100644 index 77c20d4ed8073..0000000000000 --- a/plugins/analysis-icu/licenses/lucene-analysis-icu-9.4.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -b217251a8c13669ec4066871d026e4cb84abf702 \ No newline at end of file diff --git a/plugins/analysis-icu/licenses/lucene-analysis-icu-9.4.2.jar.sha1 b/plugins/analysis-icu/licenses/lucene-analysis-icu-9.4.2.jar.sha1 new file mode 100644 index 0000000000000..6404cf02da6b4 --- /dev/null +++ b/plugins/analysis-icu/licenses/lucene-analysis-icu-9.4.2.jar.sha1 @@ -0,0 +1 @@ +b0fb7442f6ddf9b8f8f806aa55d28ce03b4ba8ce \ No newline at end of file diff --git a/plugins/analysis-kuromoji/licenses/lucene-analysis-kuromoji-9.4.1.jar.sha1 b/plugins/analysis-kuromoji/licenses/lucene-analysis-kuromoji-9.4.1.jar.sha1 deleted file mode 100644 index b2090016c9f5d..0000000000000 --- a/plugins/analysis-kuromoji/licenses/lucene-analysis-kuromoji-9.4.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -d80cf8993498784bcb6e4dcefdcebd3ddc4ca022 \ No newline at end of file diff --git a/plugins/analysis-kuromoji/licenses/lucene-analysis-kuromoji-9.4.2.jar.sha1 b/plugins/analysis-kuromoji/licenses/lucene-analysis-kuromoji-9.4.2.jar.sha1 new file mode 100644 index 0000000000000..f0fa9dbd6435a --- /dev/null +++ b/plugins/analysis-kuromoji/licenses/lucene-analysis-kuromoji-9.4.2.jar.sha1 @@ -0,0 +1 @@ +5151fa1b681ad12444b6a1d76f480bce7c6f207f \ No newline at end of file diff --git a/plugins/analysis-nori/licenses/lucene-analysis-nori-9.4.1.jar.sha1 b/plugins/analysis-nori/licenses/lucene-analysis-nori-9.4.1.jar.sha1 deleted file mode 100644 index 2f5d27452f2f3..0000000000000 --- a/plugins/analysis-nori/licenses/lucene-analysis-nori-9.4.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -082f4870f58b17bcc60dedb399fe82964ef0ad6f \ No newline at end of file diff --git a/plugins/analysis-nori/licenses/lucene-analysis-nori-9.4.2.jar.sha1 b/plugins/analysis-nori/licenses/lucene-analysis-nori-9.4.2.jar.sha1 new file mode 100644 index 0000000000000..106502833a522 --- /dev/null +++ b/plugins/analysis-nori/licenses/lucene-analysis-nori-9.4.2.jar.sha1 @@ -0,0 +1 @@ +b5fb67c14b61b7afb4b3ba147e03bcb323cba7f8 \ No newline at end of file diff --git a/plugins/analysis-phonetic/licenses/lucene-analysis-phonetic-9.4.1.jar.sha1 b/plugins/analysis-phonetic/licenses/lucene-analysis-phonetic-9.4.1.jar.sha1 deleted file mode 100644 index 146d5eebbe800..0000000000000 --- a/plugins/analysis-phonetic/licenses/lucene-analysis-phonetic-9.4.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -733411a30c1b1b473b93d4b28f59f8914d7ed83f \ No newline at end of file diff --git a/plugins/analysis-phonetic/licenses/lucene-analysis-phonetic-9.4.2.jar.sha1 b/plugins/analysis-phonetic/licenses/lucene-analysis-phonetic-9.4.2.jar.sha1 new file mode 100644 index 0000000000000..cc05874183b43 --- /dev/null +++ b/plugins/analysis-phonetic/licenses/lucene-analysis-phonetic-9.4.2.jar.sha1 @@ -0,0 +1 @@ +bfbf3ba09dea738c38bd2eb1b468a33973cb808e \ No newline at end of file diff --git a/plugins/analysis-smartcn/licenses/lucene-analysis-smartcn-9.4.1.jar.sha1 b/plugins/analysis-smartcn/licenses/lucene-analysis-smartcn-9.4.1.jar.sha1 deleted file mode 100644 index 61f11cfb32aee..0000000000000 --- a/plugins/analysis-smartcn/licenses/lucene-analysis-smartcn-9.4.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -19d011e47bab7ccd1389095834d18ad7bf98f050 \ No newline at end of file diff --git a/plugins/analysis-smartcn/licenses/lucene-analysis-smartcn-9.4.2.jar.sha1 b/plugins/analysis-smartcn/licenses/lucene-analysis-smartcn-9.4.2.jar.sha1 new file mode 100644 index 0000000000000..49687720118f4 --- /dev/null +++ b/plugins/analysis-smartcn/licenses/lucene-analysis-smartcn-9.4.2.jar.sha1 @@ -0,0 +1 @@ +47a9098cd851ae7f013f50885f97051e62aa7781 \ No newline at end of file diff --git a/plugins/analysis-stempel/licenses/lucene-analysis-stempel-9.4.1.jar.sha1 b/plugins/analysis-stempel/licenses/lucene-analysis-stempel-9.4.1.jar.sha1 deleted file mode 100644 index 9259308e80d4b..0000000000000 --- a/plugins/analysis-stempel/licenses/lucene-analysis-stempel-9.4.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -7e48a8d411fffb331484c9485a6bdbf1d856ba06 \ No newline at end of file diff --git a/plugins/analysis-stempel/licenses/lucene-analysis-stempel-9.4.2.jar.sha1 b/plugins/analysis-stempel/licenses/lucene-analysis-stempel-9.4.2.jar.sha1 new file mode 100644 index 0000000000000..859e575e7c6a9 --- /dev/null +++ b/plugins/analysis-stempel/licenses/lucene-analysis-stempel-9.4.2.jar.sha1 @@ -0,0 +1 @@ +913f692e5592f813e1013102e9e06a34fc0d987b \ No newline at end of file diff --git a/plugins/analysis-ukrainian/licenses/lucene-analysis-morfologik-9.4.1.jar.sha1 b/plugins/analysis-ukrainian/licenses/lucene-analysis-morfologik-9.4.1.jar.sha1 deleted file mode 100644 index 77f7bdd37cd8f..0000000000000 --- a/plugins/analysis-ukrainian/licenses/lucene-analysis-morfologik-9.4.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -ec94415a249a7814fa76d96667173fae875112a2 \ No newline at end of file diff --git a/plugins/analysis-ukrainian/licenses/lucene-analysis-morfologik-9.4.2.jar.sha1 b/plugins/analysis-ukrainian/licenses/lucene-analysis-morfologik-9.4.2.jar.sha1 new file mode 100644 index 0000000000000..b5153cd2ed532 --- /dev/null +++ b/plugins/analysis-ukrainian/licenses/lucene-analysis-morfologik-9.4.2.jar.sha1 @@ -0,0 +1 @@ +01bd18ed02ea704f6ef475b61266d319bc6d22e7 \ No newline at end of file diff --git a/server/licenses/lucene-analysis-common-9.4.1.jar.sha1 b/server/licenses/lucene-analysis-common-9.4.1.jar.sha1 deleted file mode 100644 index dcee87ac5273a..0000000000000 --- a/server/licenses/lucene-analysis-common-9.4.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -692cbd2e220222adff279e922d1c14bb10dae8b0 \ No newline at end of file diff --git a/server/licenses/lucene-analysis-common-9.4.2.jar.sha1 b/server/licenses/lucene-analysis-common-9.4.2.jar.sha1 new file mode 100644 index 0000000000000..a2f647569c8b5 --- /dev/null +++ b/server/licenses/lucene-analysis-common-9.4.2.jar.sha1 @@ -0,0 +1 @@ +fc0c95d5bdd0f604ffe165f6eb4db82621455ebe \ No newline at end of file diff --git a/server/licenses/lucene-backward-codecs-9.4.1.jar.sha1 b/server/licenses/lucene-backward-codecs-9.4.1.jar.sha1 deleted file mode 100644 index 927cdf30dce6f..0000000000000 --- a/server/licenses/lucene-backward-codecs-9.4.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -2826b0fd18033b6d1625b8313ab28c7f43fac692 \ No newline at end of file diff --git a/server/licenses/lucene-backward-codecs-9.4.2.jar.sha1 b/server/licenses/lucene-backward-codecs-9.4.2.jar.sha1 new file mode 100644 index 0000000000000..85b776f7600d1 --- /dev/null +++ b/server/licenses/lucene-backward-codecs-9.4.2.jar.sha1 @@ -0,0 +1 @@ +5f82b75c01bb134aadcf549e2b0295a1417d71b4 \ No newline at end of file diff --git a/server/licenses/lucene-core-9.4.1.jar.sha1 b/server/licenses/lucene-core-9.4.1.jar.sha1 deleted file mode 100644 index 8a12d131b158e..0000000000000 --- a/server/licenses/lucene-core-9.4.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -48ff655927016066d4746b485d63f0586d859c5f \ No newline at end of file diff --git a/server/licenses/lucene-core-9.4.2.jar.sha1 b/server/licenses/lucene-core-9.4.2.jar.sha1 new file mode 100644 index 0000000000000..01030ffcdb9b6 --- /dev/null +++ b/server/licenses/lucene-core-9.4.2.jar.sha1 @@ -0,0 +1 @@ +e9e7fe827e814839d8826d83cffdbd9d255150c4 \ No newline at end of file diff --git a/server/licenses/lucene-grouping-9.4.1.jar.sha1 b/server/licenses/lucene-grouping-9.4.1.jar.sha1 deleted file mode 100644 index c6507cada010f..0000000000000 --- a/server/licenses/lucene-grouping-9.4.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -690585f53f4ea00fae94c72fbf711f693a3981c5 \ No newline at end of file diff --git a/server/licenses/lucene-grouping-9.4.2.jar.sha1 b/server/licenses/lucene-grouping-9.4.2.jar.sha1 new file mode 100644 index 0000000000000..28bcd201b6ef8 --- /dev/null +++ b/server/licenses/lucene-grouping-9.4.2.jar.sha1 @@ -0,0 +1 @@ +2b8addf8bfe8515a2dcd5185cfe8dde493e98d2a \ No newline at end of file diff --git a/server/licenses/lucene-highlighter-9.4.1.jar.sha1 b/server/licenses/lucene-highlighter-9.4.1.jar.sha1 deleted file mode 100644 index 58019cc9702d0..0000000000000 --- a/server/licenses/lucene-highlighter-9.4.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -e97e3003a80c67ddf33a456ab54413b12764d23d \ No newline at end of file diff --git a/server/licenses/lucene-highlighter-9.4.2.jar.sha1 b/server/licenses/lucene-highlighter-9.4.2.jar.sha1 new file mode 100644 index 0000000000000..16b3eb2b48496 --- /dev/null +++ b/server/licenses/lucene-highlighter-9.4.2.jar.sha1 @@ -0,0 +1 @@ +76eb0793f495045ef18b4324a47b94f50a1a163f \ No newline at end of file diff --git a/server/licenses/lucene-join-9.4.1.jar.sha1 b/server/licenses/lucene-join-9.4.1.jar.sha1 deleted file mode 100644 index 2f0765f2b0a3c..0000000000000 --- a/server/licenses/lucene-join-9.4.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -8749a1b71eacb85c47ed90265ea98c1c8b4e5abd \ No newline at end of file diff --git a/server/licenses/lucene-join-9.4.2.jar.sha1 b/server/licenses/lucene-join-9.4.2.jar.sha1 new file mode 100644 index 0000000000000..25adc2bfc205d --- /dev/null +++ b/server/licenses/lucene-join-9.4.2.jar.sha1 @@ -0,0 +1 @@ +18646fccd677af1ed8d56f3697aa693396d22704 \ No newline at end of file diff --git a/server/licenses/lucene-memory-9.4.1.jar.sha1 b/server/licenses/lucene-memory-9.4.1.jar.sha1 deleted file mode 100644 index 8a8674b776623..0000000000000 --- a/server/licenses/lucene-memory-9.4.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -89797042e65179325f40c173fc20e227d3df4f29 \ No newline at end of file diff --git a/server/licenses/lucene-memory-9.4.2.jar.sha1 b/server/licenses/lucene-memory-9.4.2.jar.sha1 new file mode 100644 index 0000000000000..8e8cc4857d0e3 --- /dev/null +++ b/server/licenses/lucene-memory-9.4.2.jar.sha1 @@ -0,0 +1 @@ +685522495dea97e493784aac1f414d218e3019df \ No newline at end of file diff --git a/server/licenses/lucene-misc-9.4.1.jar.sha1 b/server/licenses/lucene-misc-9.4.1.jar.sha1 deleted file mode 100644 index 3c4e6f89400bc..0000000000000 --- a/server/licenses/lucene-misc-9.4.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -ae8465d5499ab39012c3c81d82014667c5c03dd2 \ No newline at end of file diff --git a/server/licenses/lucene-misc-9.4.2.jar.sha1 b/server/licenses/lucene-misc-9.4.2.jar.sha1 new file mode 100644 index 0000000000000..9f438a89df564 --- /dev/null +++ b/server/licenses/lucene-misc-9.4.2.jar.sha1 @@ -0,0 +1 @@ +59f0ee89d9a06dd1c297d7d86981c39c87c51018 \ No newline at end of file diff --git a/server/licenses/lucene-queries-9.4.1.jar.sha1 b/server/licenses/lucene-queries-9.4.1.jar.sha1 deleted file mode 100644 index f897fda0074bf..0000000000000 --- a/server/licenses/lucene-queries-9.4.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -c78e99a46fabd2a7a175fe170a1537de2b9bca95 \ No newline at end of file diff --git a/server/licenses/lucene-queries-9.4.2.jar.sha1 b/server/licenses/lucene-queries-9.4.2.jar.sha1 new file mode 100644 index 0000000000000..91b652a0f527f --- /dev/null +++ b/server/licenses/lucene-queries-9.4.2.jar.sha1 @@ -0,0 +1 @@ +d102a8c6cba1ff028a0127035565be005e78ef8e \ No newline at end of file diff --git a/server/licenses/lucene-queryparser-9.4.1.jar.sha1 b/server/licenses/lucene-queryparser-9.4.1.jar.sha1 deleted file mode 100644 index f82637ff48a42..0000000000000 --- a/server/licenses/lucene-queryparser-9.4.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -98051f363cd92fd324aca47b662c4a71b9419e49 \ No newline at end of file diff --git a/server/licenses/lucene-queryparser-9.4.2.jar.sha1 b/server/licenses/lucene-queryparser-9.4.2.jar.sha1 new file mode 100644 index 0000000000000..3c6259f0d8a1a --- /dev/null +++ b/server/licenses/lucene-queryparser-9.4.2.jar.sha1 @@ -0,0 +1 @@ +322aa2ca41f66c002b5d0ab1d21264d65ff5b9c5 \ No newline at end of file diff --git a/server/licenses/lucene-sandbox-9.4.1.jar.sha1 b/server/licenses/lucene-sandbox-9.4.1.jar.sha1 deleted file mode 100644 index 210fc28c4d45a..0000000000000 --- a/server/licenses/lucene-sandbox-9.4.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -6c82a38b0fe1042ef11751cdbb1be689b7a00428 \ No newline at end of file diff --git a/server/licenses/lucene-sandbox-9.4.2.jar.sha1 b/server/licenses/lucene-sandbox-9.4.2.jar.sha1 new file mode 100644 index 0000000000000..cfd8aaf2ec203 --- /dev/null +++ b/server/licenses/lucene-sandbox-9.4.2.jar.sha1 @@ -0,0 +1 @@ +a45e07fd4b70f868115bab5de704181680be9f04 \ No newline at end of file diff --git a/server/licenses/lucene-spatial-extras-9.4.1.jar.sha1 b/server/licenses/lucene-spatial-extras-9.4.1.jar.sha1 deleted file mode 100644 index b1430cf47a867..0000000000000 --- a/server/licenses/lucene-spatial-extras-9.4.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -7171406be9b864a4929edff8601b3d69645c64ae \ No newline at end of file diff --git a/server/licenses/lucene-spatial-extras-9.4.2.jar.sha1 b/server/licenses/lucene-spatial-extras-9.4.2.jar.sha1 new file mode 100644 index 0000000000000..50cc9876725f3 --- /dev/null +++ b/server/licenses/lucene-spatial-extras-9.4.2.jar.sha1 @@ -0,0 +1 @@ +18bd925556054addda907bfd3334ab4b4cc9e258 \ No newline at end of file diff --git a/server/licenses/lucene-spatial3d-9.4.1.jar.sha1 b/server/licenses/lucene-spatial3d-9.4.1.jar.sha1 deleted file mode 100644 index 482526b6032b6..0000000000000 --- a/server/licenses/lucene-spatial3d-9.4.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -5ede97d83f0c62ba84ae1e2279f411ae87ecaca1 \ No newline at end of file diff --git a/server/licenses/lucene-spatial3d-9.4.2.jar.sha1 b/server/licenses/lucene-spatial3d-9.4.2.jar.sha1 new file mode 100644 index 0000000000000..619964bcb82f8 --- /dev/null +++ b/server/licenses/lucene-spatial3d-9.4.2.jar.sha1 @@ -0,0 +1 @@ +daf5b0ebc57270ab7be639c0cfac4ba388e2775c \ No newline at end of file diff --git a/server/licenses/lucene-suggest-9.4.1.jar.sha1 b/server/licenses/lucene-suggest-9.4.1.jar.sha1 deleted file mode 100644 index ed4e8c4e3ca66..0000000000000 --- a/server/licenses/lucene-suggest-9.4.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -60e7740d2894ac7a0e97c3eabaee4823a02b0f9c \ No newline at end of file diff --git a/server/licenses/lucene-suggest-9.4.2.jar.sha1 b/server/licenses/lucene-suggest-9.4.2.jar.sha1 new file mode 100644 index 0000000000000..c51d4c376b26e --- /dev/null +++ b/server/licenses/lucene-suggest-9.4.2.jar.sha1 @@ -0,0 +1 @@ +e7749ec8f263a658104580a03d71bcb362370faf \ No newline at end of file diff --git a/server/src/main/java/org/opensearch/Version.java b/server/src/main/java/org/opensearch/Version.java index 3e9a844738ea4..5e5fba697ddc3 100644 --- a/server/src/main/java/org/opensearch/Version.java +++ b/server/src/main/java/org/opensearch/Version.java @@ -102,7 +102,7 @@ public class Version implements Comparable, ToXContentFragment { public static final Version V_2_3_0 = new Version(2030099, org.apache.lucene.util.Version.LUCENE_9_3_0); public static final Version V_2_3_1 = new Version(2030199, org.apache.lucene.util.Version.LUCENE_9_3_0); public static final Version V_2_4_0 = new Version(2040099, org.apache.lucene.util.Version.LUCENE_9_4_1); - public static final Version V_2_4_1 = new Version(2040199, org.apache.lucene.util.Version.LUCENE_9_4_1); + public static final Version V_2_4_1 = new Version(2040199, org.apache.lucene.util.Version.LUCENE_9_4_2); public static final Version CURRENT = V_2_4_1; public static Version readVersion(StreamInput in) throws IOException {