From 1a6837883a588f1473ed859a4a0be60f58028662 Mon Sep 17 00:00:00 2001 From: Nhat Nguyen <nhat.nguyen@elastic.co> Date: Mon, 5 Oct 2020 09:36:02 -0400 Subject: [PATCH] Upgrade to Lucene-8.7.0-snapshot-77396dbf339 (#63222) Includes LUCENE-9554, which exposes the pendingNumDocs from IndexWriter. --- buildSrc/version.properties | 2 +- .../licenses/lucene-expressions-8.7.0-snapshot-3b59906.jar.sha1 | 1 - .../lucene-expressions-8.7.0-snapshot-77396dbf339.jar.sha1 | 1 + .../lucene-analyzers-icu-8.7.0-snapshot-3b59906.jar.sha1 | 1 - .../lucene-analyzers-icu-8.7.0-snapshot-77396dbf339.jar.sha1 | 1 + .../lucene-analyzers-kuromoji-8.7.0-snapshot-3b59906.jar.sha1 | 1 - ...ucene-analyzers-kuromoji-8.7.0-snapshot-77396dbf339.jar.sha1 | 1 + .../lucene-analyzers-nori-8.7.0-snapshot-3b59906.jar.sha1 | 1 - .../lucene-analyzers-nori-8.7.0-snapshot-77396dbf339.jar.sha1 | 1 + .../lucene-analyzers-phonetic-8.7.0-snapshot-3b59906.jar.sha1 | 1 - ...ucene-analyzers-phonetic-8.7.0-snapshot-77396dbf339.jar.sha1 | 1 + .../lucene-analyzers-smartcn-8.7.0-snapshot-3b59906.jar.sha1 | 1 - ...lucene-analyzers-smartcn-8.7.0-snapshot-77396dbf339.jar.sha1 | 1 + .../lucene-analyzers-stempel-8.7.0-snapshot-3b59906.jar.sha1 | 1 - ...lucene-analyzers-stempel-8.7.0-snapshot-77396dbf339.jar.sha1 | 1 + .../lucene-analyzers-morfologik-8.7.0-snapshot-3b59906.jar.sha1 | 1 - ...ene-analyzers-morfologik-8.7.0-snapshot-77396dbf339.jar.sha1 | 1 + .../lucene-analyzers-common-8.7.0-snapshot-3b59906.jar.sha1 | 1 - .../lucene-analyzers-common-8.7.0-snapshot-77396dbf339.jar.sha1 | 1 + .../lucene-backward-codecs-8.7.0-snapshot-3b59906.jar.sha1 | 1 - .../lucene-backward-codecs-8.7.0-snapshot-77396dbf339.jar.sha1 | 1 + server/licenses/lucene-core-8.7.0-snapshot-3b59906.jar.sha1 | 1 - server/licenses/lucene-core-8.7.0-snapshot-77396dbf339.jar.sha1 | 1 + server/licenses/lucene-grouping-8.7.0-snapshot-3b59906.jar.sha1 | 1 - .../lucene-grouping-8.7.0-snapshot-77396dbf339.jar.sha1 | 1 + .../licenses/lucene-highlighter-8.7.0-snapshot-3b59906.jar.sha1 | 1 - .../lucene-highlighter-8.7.0-snapshot-77396dbf339.jar.sha1 | 1 + server/licenses/lucene-join-8.7.0-snapshot-3b59906.jar.sha1 | 1 - server/licenses/lucene-join-8.7.0-snapshot-77396dbf339.jar.sha1 | 1 + server/licenses/lucene-memory-8.7.0-snapshot-3b59906.jar.sha1 | 1 - .../licenses/lucene-memory-8.7.0-snapshot-77396dbf339.jar.sha1 | 1 + server/licenses/lucene-misc-8.7.0-snapshot-3b59906.jar.sha1 | 1 - server/licenses/lucene-misc-8.7.0-snapshot-77396dbf339.jar.sha1 | 1 + server/licenses/lucene-queries-8.7.0-snapshot-3b59906.jar.sha1 | 1 - .../licenses/lucene-queries-8.7.0-snapshot-77396dbf339.jar.sha1 | 1 + .../licenses/lucene-queryparser-8.7.0-snapshot-3b59906.jar.sha1 | 1 - .../lucene-queryparser-8.7.0-snapshot-77396dbf339.jar.sha1 | 1 + server/licenses/lucene-sandbox-8.7.0-snapshot-3b59906.jar.sha1 | 1 - .../licenses/lucene-sandbox-8.7.0-snapshot-77396dbf339.jar.sha1 | 1 + .../lucene-spatial-extras-8.7.0-snapshot-3b59906.jar.sha1 | 1 - .../lucene-spatial-extras-8.7.0-snapshot-77396dbf339.jar.sha1 | 1 + .../licenses/lucene-spatial3d-8.7.0-snapshot-3b59906.jar.sha1 | 1 - .../lucene-spatial3d-8.7.0-snapshot-77396dbf339.jar.sha1 | 1 + server/licenses/lucene-suggest-8.7.0-snapshot-3b59906.jar.sha1 | 1 - .../licenses/lucene-suggest-8.7.0-snapshot-77396dbf339.jar.sha1 | 1 + .../licenses/lucene-core-8.7.0-snapshot-3b59906.jar.sha1 | 1 - .../licenses/lucene-core-8.7.0-snapshot-77396dbf339.jar.sha1 | 1 + 47 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 modules/lang-expression/licenses/lucene-expressions-8.7.0-snapshot-3b59906.jar.sha1 create mode 100644 modules/lang-expression/licenses/lucene-expressions-8.7.0-snapshot-77396dbf339.jar.sha1 delete mode 100644 plugins/analysis-icu/licenses/lucene-analyzers-icu-8.7.0-snapshot-3b59906.jar.sha1 create mode 100644 plugins/analysis-icu/licenses/lucene-analyzers-icu-8.7.0-snapshot-77396dbf339.jar.sha1 delete mode 100644 plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-8.7.0-snapshot-3b59906.jar.sha1 create mode 100644 plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-8.7.0-snapshot-77396dbf339.jar.sha1 delete mode 100644 plugins/analysis-nori/licenses/lucene-analyzers-nori-8.7.0-snapshot-3b59906.jar.sha1 create mode 100644 plugins/analysis-nori/licenses/lucene-analyzers-nori-8.7.0-snapshot-77396dbf339.jar.sha1 delete mode 100644 plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-8.7.0-snapshot-3b59906.jar.sha1 create mode 100644 plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-8.7.0-snapshot-77396dbf339.jar.sha1 delete mode 100644 plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-8.7.0-snapshot-3b59906.jar.sha1 create mode 100644 plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-8.7.0-snapshot-77396dbf339.jar.sha1 delete mode 100644 plugins/analysis-stempel/licenses/lucene-analyzers-stempel-8.7.0-snapshot-3b59906.jar.sha1 create mode 100644 plugins/analysis-stempel/licenses/lucene-analyzers-stempel-8.7.0-snapshot-77396dbf339.jar.sha1 delete mode 100644 plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-8.7.0-snapshot-3b59906.jar.sha1 create mode 100644 plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-8.7.0-snapshot-77396dbf339.jar.sha1 delete mode 100644 server/licenses/lucene-analyzers-common-8.7.0-snapshot-3b59906.jar.sha1 create mode 100644 server/licenses/lucene-analyzers-common-8.7.0-snapshot-77396dbf339.jar.sha1 delete mode 100644 server/licenses/lucene-backward-codecs-8.7.0-snapshot-3b59906.jar.sha1 create mode 100644 server/licenses/lucene-backward-codecs-8.7.0-snapshot-77396dbf339.jar.sha1 delete mode 100644 server/licenses/lucene-core-8.7.0-snapshot-3b59906.jar.sha1 create mode 100644 server/licenses/lucene-core-8.7.0-snapshot-77396dbf339.jar.sha1 delete mode 100644 server/licenses/lucene-grouping-8.7.0-snapshot-3b59906.jar.sha1 create mode 100644 server/licenses/lucene-grouping-8.7.0-snapshot-77396dbf339.jar.sha1 delete mode 100644 server/licenses/lucene-highlighter-8.7.0-snapshot-3b59906.jar.sha1 create mode 100644 server/licenses/lucene-highlighter-8.7.0-snapshot-77396dbf339.jar.sha1 delete mode 100644 server/licenses/lucene-join-8.7.0-snapshot-3b59906.jar.sha1 create mode 100644 server/licenses/lucene-join-8.7.0-snapshot-77396dbf339.jar.sha1 delete mode 100644 server/licenses/lucene-memory-8.7.0-snapshot-3b59906.jar.sha1 create mode 100644 server/licenses/lucene-memory-8.7.0-snapshot-77396dbf339.jar.sha1 delete mode 100644 server/licenses/lucene-misc-8.7.0-snapshot-3b59906.jar.sha1 create mode 100644 server/licenses/lucene-misc-8.7.0-snapshot-77396dbf339.jar.sha1 delete mode 100644 server/licenses/lucene-queries-8.7.0-snapshot-3b59906.jar.sha1 create mode 100644 server/licenses/lucene-queries-8.7.0-snapshot-77396dbf339.jar.sha1 delete mode 100644 server/licenses/lucene-queryparser-8.7.0-snapshot-3b59906.jar.sha1 create mode 100644 server/licenses/lucene-queryparser-8.7.0-snapshot-77396dbf339.jar.sha1 delete mode 100644 server/licenses/lucene-sandbox-8.7.0-snapshot-3b59906.jar.sha1 create mode 100644 server/licenses/lucene-sandbox-8.7.0-snapshot-77396dbf339.jar.sha1 delete mode 100644 server/licenses/lucene-spatial-extras-8.7.0-snapshot-3b59906.jar.sha1 create mode 100644 server/licenses/lucene-spatial-extras-8.7.0-snapshot-77396dbf339.jar.sha1 delete mode 100644 server/licenses/lucene-spatial3d-8.7.0-snapshot-3b59906.jar.sha1 create mode 100644 server/licenses/lucene-spatial3d-8.7.0-snapshot-77396dbf339.jar.sha1 delete mode 100644 server/licenses/lucene-suggest-8.7.0-snapshot-3b59906.jar.sha1 create mode 100644 server/licenses/lucene-suggest-8.7.0-snapshot-77396dbf339.jar.sha1 delete mode 100644 x-pack/plugin/sql/sql-action/licenses/lucene-core-8.7.0-snapshot-3b59906.jar.sha1 create mode 100644 x-pack/plugin/sql/sql-action/licenses/lucene-core-8.7.0-snapshot-77396dbf339.jar.sha1 diff --git a/buildSrc/version.properties b/buildSrc/version.properties index ae629280cac..67797f7f4bd 100644 --- a/buildSrc/version.properties +++ b/buildSrc/version.properties @@ -1,5 +1,5 @@ elasticsearch = 7.10.0 -lucene = 8.7.0-snapshot-3b59906 +lucene = 8.7.0-snapshot-77396dbf339 bundled_jdk_vendor = adoptopenjdk bundled_jdk = 15+36 diff --git a/modules/lang-expression/licenses/lucene-expressions-8.7.0-snapshot-3b59906.jar.sha1 b/modules/lang-expression/licenses/lucene-expressions-8.7.0-snapshot-3b59906.jar.sha1 deleted file mode 100644 index 964e7e4cc7a..00000000000 --- a/modules/lang-expression/licenses/lucene-expressions-8.7.0-snapshot-3b59906.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -7f2c65e8848f039cbec1904512c1acae83800f13 \ No newline at end of file diff --git a/modules/lang-expression/licenses/lucene-expressions-8.7.0-snapshot-77396dbf339.jar.sha1 b/modules/lang-expression/licenses/lucene-expressions-8.7.0-snapshot-77396dbf339.jar.sha1 new file mode 100644 index 00000000000..f109d4400e4 --- /dev/null +++ b/modules/lang-expression/licenses/lucene-expressions-8.7.0-snapshot-77396dbf339.jar.sha1 @@ -0,0 +1 @@ +01e72f49eb9ab9a80f7360eb7b31f1d1e28713fc \ No newline at end of file diff --git a/plugins/analysis-icu/licenses/lucene-analyzers-icu-8.7.0-snapshot-3b59906.jar.sha1 b/plugins/analysis-icu/licenses/lucene-analyzers-icu-8.7.0-snapshot-3b59906.jar.sha1 deleted file mode 100644 index 8197e3f1e6f..00000000000 --- a/plugins/analysis-icu/licenses/lucene-analyzers-icu-8.7.0-snapshot-3b59906.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -ec917fb52822b05a5567f5e64a2f1b6b3a9c9895 \ No newline at end of file diff --git a/plugins/analysis-icu/licenses/lucene-analyzers-icu-8.7.0-snapshot-77396dbf339.jar.sha1 b/plugins/analysis-icu/licenses/lucene-analyzers-icu-8.7.0-snapshot-77396dbf339.jar.sha1 new file mode 100644 index 00000000000..943db40e122 --- /dev/null +++ b/plugins/analysis-icu/licenses/lucene-analyzers-icu-8.7.0-snapshot-77396dbf339.jar.sha1 @@ -0,0 +1 @@ +f994004bab8151c1433da7024a86253cabf1c9ff \ No newline at end of file diff --git a/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-8.7.0-snapshot-3b59906.jar.sha1 b/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-8.7.0-snapshot-3b59906.jar.sha1 deleted file mode 100644 index 6ab962f57bd..00000000000 --- a/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-8.7.0-snapshot-3b59906.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -f4242eca4d56ba15f10c3ed3bad487f5aa672148 \ No newline at end of file diff --git a/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-8.7.0-snapshot-77396dbf339.jar.sha1 b/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-8.7.0-snapshot-77396dbf339.jar.sha1 new file mode 100644 index 00000000000..57802c98954 --- /dev/null +++ b/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-8.7.0-snapshot-77396dbf339.jar.sha1 @@ -0,0 +1 @@ +c76b82d8d0501a2ad38a0d4a19054c8151f82e4a \ No newline at end of file diff --git a/plugins/analysis-nori/licenses/lucene-analyzers-nori-8.7.0-snapshot-3b59906.jar.sha1 b/plugins/analysis-nori/licenses/lucene-analyzers-nori-8.7.0-snapshot-3b59906.jar.sha1 deleted file mode 100644 index aa85cb36108..00000000000 --- a/plugins/analysis-nori/licenses/lucene-analyzers-nori-8.7.0-snapshot-3b59906.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -133dd852e240eeca3275296d2d3a10db7fafb831 \ No newline at end of file diff --git a/plugins/analysis-nori/licenses/lucene-analyzers-nori-8.7.0-snapshot-77396dbf339.jar.sha1 b/plugins/analysis-nori/licenses/lucene-analyzers-nori-8.7.0-snapshot-77396dbf339.jar.sha1 new file mode 100644 index 00000000000..545e9065f68 --- /dev/null +++ b/plugins/analysis-nori/licenses/lucene-analyzers-nori-8.7.0-snapshot-77396dbf339.jar.sha1 @@ -0,0 +1 @@ +543d1030b6bd882e706bdc1bf49d3b4189de56a2 \ No newline at end of file diff --git a/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-8.7.0-snapshot-3b59906.jar.sha1 b/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-8.7.0-snapshot-3b59906.jar.sha1 deleted file mode 100644 index 97e569f6c63..00000000000 --- a/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-8.7.0-snapshot-3b59906.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -6ba542210bf55eb14ed885d6537e78adcd75ea87 \ No newline at end of file diff --git a/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-8.7.0-snapshot-77396dbf339.jar.sha1 b/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-8.7.0-snapshot-77396dbf339.jar.sha1 new file mode 100644 index 00000000000..370636e289d --- /dev/null +++ b/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-8.7.0-snapshot-77396dbf339.jar.sha1 @@ -0,0 +1 @@ +4957dffe15ad0619c82a4a53baf9142c97275e01 \ No newline at end of file diff --git a/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-8.7.0-snapshot-3b59906.jar.sha1 b/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-8.7.0-snapshot-3b59906.jar.sha1 deleted file mode 100644 index ee0bac887b4..00000000000 --- a/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-8.7.0-snapshot-3b59906.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -60a5df2c8e15f25c88261551be9ff427aec3c5e0 \ No newline at end of file diff --git a/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-8.7.0-snapshot-77396dbf339.jar.sha1 b/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-8.7.0-snapshot-77396dbf339.jar.sha1 new file mode 100644 index 00000000000..fd6b8c8d736 --- /dev/null +++ b/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-8.7.0-snapshot-77396dbf339.jar.sha1 @@ -0,0 +1 @@ +a0da24265ca391e9db5db6793d4615c19cc8e1ce \ No newline at end of file diff --git a/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-8.7.0-snapshot-3b59906.jar.sha1 b/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-8.7.0-snapshot-3b59906.jar.sha1 deleted file mode 100644 index a8cfeddeaa9..00000000000 --- a/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-8.7.0-snapshot-3b59906.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -9a3c45927ac2126c01f7ad76c24c2cd09c26951c \ No newline at end of file diff --git a/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-8.7.0-snapshot-77396dbf339.jar.sha1 b/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-8.7.0-snapshot-77396dbf339.jar.sha1 new file mode 100644 index 00000000000..1da9335d85f --- /dev/null +++ b/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-8.7.0-snapshot-77396dbf339.jar.sha1 @@ -0,0 +1 @@ +eeab9b83c210423b97e1dce5cfad508fdd742d83 \ No newline at end of file diff --git a/plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-8.7.0-snapshot-3b59906.jar.sha1 b/plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-8.7.0-snapshot-3b59906.jar.sha1 deleted file mode 100644 index 8a7e586a9ab..00000000000 --- a/plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-8.7.0-snapshot-3b59906.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -38dc8ab626650ee4872e0b0568e5fe91a6777737 \ No newline at end of file diff --git a/plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-8.7.0-snapshot-77396dbf339.jar.sha1 b/plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-8.7.0-snapshot-77396dbf339.jar.sha1 new file mode 100644 index 00000000000..613a45d4b10 --- /dev/null +++ b/plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-8.7.0-snapshot-77396dbf339.jar.sha1 @@ -0,0 +1 @@ +bfa181b5a86fabd0cf3e5e161031c3e0965ee45a \ No newline at end of file diff --git a/server/licenses/lucene-analyzers-common-8.7.0-snapshot-3b59906.jar.sha1 b/server/licenses/lucene-analyzers-common-8.7.0-snapshot-3b59906.jar.sha1 deleted file mode 100644 index 36e0211279d..00000000000 --- a/server/licenses/lucene-analyzers-common-8.7.0-snapshot-3b59906.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -839836a211b91c29717bb7bdfdde808f014b02b3 \ No newline at end of file diff --git a/server/licenses/lucene-analyzers-common-8.7.0-snapshot-77396dbf339.jar.sha1 b/server/licenses/lucene-analyzers-common-8.7.0-snapshot-77396dbf339.jar.sha1 new file mode 100644 index 00000000000..b0448f46bc1 --- /dev/null +++ b/server/licenses/lucene-analyzers-common-8.7.0-snapshot-77396dbf339.jar.sha1 @@ -0,0 +1 @@ +7c5d4065c52794a748b06e767d2de9f646a667d8 \ No newline at end of file diff --git a/server/licenses/lucene-backward-codecs-8.7.0-snapshot-3b59906.jar.sha1 b/server/licenses/lucene-backward-codecs-8.7.0-snapshot-3b59906.jar.sha1 deleted file mode 100644 index 38fed766249..00000000000 --- a/server/licenses/lucene-backward-codecs-8.7.0-snapshot-3b59906.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -363a6802cd998255b24bde8c99ec425e44bea0d5 \ No newline at end of file diff --git a/server/licenses/lucene-backward-codecs-8.7.0-snapshot-77396dbf339.jar.sha1 b/server/licenses/lucene-backward-codecs-8.7.0-snapshot-77396dbf339.jar.sha1 new file mode 100644 index 00000000000..df7ac959b5a --- /dev/null +++ b/server/licenses/lucene-backward-codecs-8.7.0-snapshot-77396dbf339.jar.sha1 @@ -0,0 +1 @@ +b495b701a668d6a904ac24c5f80a4ba5fd310f8d \ No newline at end of file diff --git a/server/licenses/lucene-core-8.7.0-snapshot-3b59906.jar.sha1 b/server/licenses/lucene-core-8.7.0-snapshot-3b59906.jar.sha1 deleted file mode 100644 index 2d83f7d2c6f..00000000000 --- a/server/licenses/lucene-core-8.7.0-snapshot-3b59906.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -66d502ec872355bb5a990fc2fd2987ca5d2ef8f3 \ No newline at end of file diff --git a/server/licenses/lucene-core-8.7.0-snapshot-77396dbf339.jar.sha1 b/server/licenses/lucene-core-8.7.0-snapshot-77396dbf339.jar.sha1 new file mode 100644 index 00000000000..acb532fa935 --- /dev/null +++ b/server/licenses/lucene-core-8.7.0-snapshot-77396dbf339.jar.sha1 @@ -0,0 +1 @@ +56c057f7dbc12767427f00f63b18b8c47e19863d \ No newline at end of file diff --git a/server/licenses/lucene-grouping-8.7.0-snapshot-3b59906.jar.sha1 b/server/licenses/lucene-grouping-8.7.0-snapshot-3b59906.jar.sha1 deleted file mode 100644 index a5b07254a46..00000000000 --- a/server/licenses/lucene-grouping-8.7.0-snapshot-3b59906.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -dee588e547613d31a07e6b81ed6f17f48898ff45 \ No newline at end of file diff --git a/server/licenses/lucene-grouping-8.7.0-snapshot-77396dbf339.jar.sha1 b/server/licenses/lucene-grouping-8.7.0-snapshot-77396dbf339.jar.sha1 new file mode 100644 index 00000000000..fd363f8bcb0 --- /dev/null +++ b/server/licenses/lucene-grouping-8.7.0-snapshot-77396dbf339.jar.sha1 @@ -0,0 +1 @@ +b1b83b00cbac6288c2bcc6f55cc9b5a93e5eb7aa \ No newline at end of file diff --git a/server/licenses/lucene-highlighter-8.7.0-snapshot-3b59906.jar.sha1 b/server/licenses/lucene-highlighter-8.7.0-snapshot-3b59906.jar.sha1 deleted file mode 100644 index d560026655c..00000000000 --- a/server/licenses/lucene-highlighter-8.7.0-snapshot-3b59906.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -30d72186b58e68a4bc9ddbc4c838083522092d3c \ No newline at end of file diff --git a/server/licenses/lucene-highlighter-8.7.0-snapshot-77396dbf339.jar.sha1 b/server/licenses/lucene-highlighter-8.7.0-snapshot-77396dbf339.jar.sha1 new file mode 100644 index 00000000000..8892fab7f23 --- /dev/null +++ b/server/licenses/lucene-highlighter-8.7.0-snapshot-77396dbf339.jar.sha1 @@ -0,0 +1 @@ +a866ece23f74fb90974736f8c59ae447c5e0da67 \ No newline at end of file diff --git a/server/licenses/lucene-join-8.7.0-snapshot-3b59906.jar.sha1 b/server/licenses/lucene-join-8.7.0-snapshot-3b59906.jar.sha1 deleted file mode 100644 index 990d06cf4a3..00000000000 --- a/server/licenses/lucene-join-8.7.0-snapshot-3b59906.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -1c8febcf6b3e9b0153a2f830c3cf1234d1c2f281 \ No newline at end of file diff --git a/server/licenses/lucene-join-8.7.0-snapshot-77396dbf339.jar.sha1 b/server/licenses/lucene-join-8.7.0-snapshot-77396dbf339.jar.sha1 new file mode 100644 index 00000000000..097564616e1 --- /dev/null +++ b/server/licenses/lucene-join-8.7.0-snapshot-77396dbf339.jar.sha1 @@ -0,0 +1 @@ +d74bda538f25214613ac8c36527b93fb0961b20b \ No newline at end of file diff --git a/server/licenses/lucene-memory-8.7.0-snapshot-3b59906.jar.sha1 b/server/licenses/lucene-memory-8.7.0-snapshot-3b59906.jar.sha1 deleted file mode 100644 index 7e2ad3cdf52..00000000000 --- a/server/licenses/lucene-memory-8.7.0-snapshot-3b59906.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -5501ab70b23ce01ec25bb085ab123ba864e4d69d \ No newline at end of file diff --git a/server/licenses/lucene-memory-8.7.0-snapshot-77396dbf339.jar.sha1 b/server/licenses/lucene-memory-8.7.0-snapshot-77396dbf339.jar.sha1 new file mode 100644 index 00000000000..b1cab88528d --- /dev/null +++ b/server/licenses/lucene-memory-8.7.0-snapshot-77396dbf339.jar.sha1 @@ -0,0 +1 @@ +ad9c9491f2e1907e9411d6bfcf63a4ec6f8e48a6 \ No newline at end of file diff --git a/server/licenses/lucene-misc-8.7.0-snapshot-3b59906.jar.sha1 b/server/licenses/lucene-misc-8.7.0-snapshot-3b59906.jar.sha1 deleted file mode 100644 index 6aafb8c18e1..00000000000 --- a/server/licenses/lucene-misc-8.7.0-snapshot-3b59906.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -88e96b9c9d4d32d738a95f5c6be66419bad45aea \ No newline at end of file diff --git a/server/licenses/lucene-misc-8.7.0-snapshot-77396dbf339.jar.sha1 b/server/licenses/lucene-misc-8.7.0-snapshot-77396dbf339.jar.sha1 new file mode 100644 index 00000000000..a3fff08416f --- /dev/null +++ b/server/licenses/lucene-misc-8.7.0-snapshot-77396dbf339.jar.sha1 @@ -0,0 +1 @@ +bedb100870bbc22595e0f347261107b2304de65b \ No newline at end of file diff --git a/server/licenses/lucene-queries-8.7.0-snapshot-3b59906.jar.sha1 b/server/licenses/lucene-queries-8.7.0-snapshot-3b59906.jar.sha1 deleted file mode 100644 index 84f56e99d35..00000000000 --- a/server/licenses/lucene-queries-8.7.0-snapshot-3b59906.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -de2a2f17ba28378c835d8a68f08bbba2e954e24d \ No newline at end of file diff --git a/server/licenses/lucene-queries-8.7.0-snapshot-77396dbf339.jar.sha1 b/server/licenses/lucene-queries-8.7.0-snapshot-77396dbf339.jar.sha1 new file mode 100644 index 00000000000..91e97d1ed27 --- /dev/null +++ b/server/licenses/lucene-queries-8.7.0-snapshot-77396dbf339.jar.sha1 @@ -0,0 +1 @@ +f002aa79ea1896b3fda7d78af56a931395dabb1d \ No newline at end of file diff --git a/server/licenses/lucene-queryparser-8.7.0-snapshot-3b59906.jar.sha1 b/server/licenses/lucene-queryparser-8.7.0-snapshot-3b59906.jar.sha1 deleted file mode 100644 index 09c9a6adefb..00000000000 --- a/server/licenses/lucene-queryparser-8.7.0-snapshot-3b59906.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -455fd5f20f43f5d491ae5ec0ed4b714a83fcadb5 \ No newline at end of file diff --git a/server/licenses/lucene-queryparser-8.7.0-snapshot-77396dbf339.jar.sha1 b/server/licenses/lucene-queryparser-8.7.0-snapshot-77396dbf339.jar.sha1 new file mode 100644 index 00000000000..a2a2f43635d --- /dev/null +++ b/server/licenses/lucene-queryparser-8.7.0-snapshot-77396dbf339.jar.sha1 @@ -0,0 +1 @@ +48440a13d3d85678a2aefe6a623935d34b494833 \ No newline at end of file diff --git a/server/licenses/lucene-sandbox-8.7.0-snapshot-3b59906.jar.sha1 b/server/licenses/lucene-sandbox-8.7.0-snapshot-3b59906.jar.sha1 deleted file mode 100644 index 924a0ec527b..00000000000 --- a/server/licenses/lucene-sandbox-8.7.0-snapshot-3b59906.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -378df8b3bc0b98436fd81e626abb62e658d8a2cf \ No newline at end of file diff --git a/server/licenses/lucene-sandbox-8.7.0-snapshot-77396dbf339.jar.sha1 b/server/licenses/lucene-sandbox-8.7.0-snapshot-77396dbf339.jar.sha1 new file mode 100644 index 00000000000..77027001427 --- /dev/null +++ b/server/licenses/lucene-sandbox-8.7.0-snapshot-77396dbf339.jar.sha1 @@ -0,0 +1 @@ +3dfe80f587d9ccf4542570ba495c2d8d12e3f9a1 \ No newline at end of file diff --git a/server/licenses/lucene-spatial-extras-8.7.0-snapshot-3b59906.jar.sha1 b/server/licenses/lucene-spatial-extras-8.7.0-snapshot-3b59906.jar.sha1 deleted file mode 100644 index ea85644cb82..00000000000 --- a/server/licenses/lucene-spatial-extras-8.7.0-snapshot-3b59906.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -8d32faf635530466b1bf6916800c8fa0a51f611b \ No newline at end of file diff --git a/server/licenses/lucene-spatial-extras-8.7.0-snapshot-77396dbf339.jar.sha1 b/server/licenses/lucene-spatial-extras-8.7.0-snapshot-77396dbf339.jar.sha1 new file mode 100644 index 00000000000..88727bae861 --- /dev/null +++ b/server/licenses/lucene-spatial-extras-8.7.0-snapshot-77396dbf339.jar.sha1 @@ -0,0 +1 @@ +4c34fac72680b03fac556eeaeb30997dffddcdf8 \ No newline at end of file diff --git a/server/licenses/lucene-spatial3d-8.7.0-snapshot-3b59906.jar.sha1 b/server/licenses/lucene-spatial3d-8.7.0-snapshot-3b59906.jar.sha1 deleted file mode 100644 index 89f33dc1ab6..00000000000 --- a/server/licenses/lucene-spatial3d-8.7.0-snapshot-3b59906.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -6ca083275d65570751a8d694a1be71cfb7972ff7 \ No newline at end of file diff --git a/server/licenses/lucene-spatial3d-8.7.0-snapshot-77396dbf339.jar.sha1 b/server/licenses/lucene-spatial3d-8.7.0-snapshot-77396dbf339.jar.sha1 new file mode 100644 index 00000000000..ce7c61fce06 --- /dev/null +++ b/server/licenses/lucene-spatial3d-8.7.0-snapshot-77396dbf339.jar.sha1 @@ -0,0 +1 @@ +2250faa3199a9508999f390c71e70595197daf27 \ No newline at end of file diff --git a/server/licenses/lucene-suggest-8.7.0-snapshot-3b59906.jar.sha1 b/server/licenses/lucene-suggest-8.7.0-snapshot-3b59906.jar.sha1 deleted file mode 100644 index ecb9b1ecf99..00000000000 --- a/server/licenses/lucene-suggest-8.7.0-snapshot-3b59906.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -2fb8bc4c6341ae30f5cf7d15826c4c915ec8e515 \ No newline at end of file diff --git a/server/licenses/lucene-suggest-8.7.0-snapshot-77396dbf339.jar.sha1 b/server/licenses/lucene-suggest-8.7.0-snapshot-77396dbf339.jar.sha1 new file mode 100644 index 00000000000..2f226c8476d --- /dev/null +++ b/server/licenses/lucene-suggest-8.7.0-snapshot-77396dbf339.jar.sha1 @@ -0,0 +1 @@ +d2a5b210e52c6ab4673153552c357c918b1477b2 \ No newline at end of file diff --git a/x-pack/plugin/sql/sql-action/licenses/lucene-core-8.7.0-snapshot-3b59906.jar.sha1 b/x-pack/plugin/sql/sql-action/licenses/lucene-core-8.7.0-snapshot-3b59906.jar.sha1 deleted file mode 100644 index 2d83f7d2c6f..00000000000 --- a/x-pack/plugin/sql/sql-action/licenses/lucene-core-8.7.0-snapshot-3b59906.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -66d502ec872355bb5a990fc2fd2987ca5d2ef8f3 \ No newline at end of file diff --git a/x-pack/plugin/sql/sql-action/licenses/lucene-core-8.7.0-snapshot-77396dbf339.jar.sha1 b/x-pack/plugin/sql/sql-action/licenses/lucene-core-8.7.0-snapshot-77396dbf339.jar.sha1 new file mode 100644 index 00000000000..acb532fa935 --- /dev/null +++ b/x-pack/plugin/sql/sql-action/licenses/lucene-core-8.7.0-snapshot-77396dbf339.jar.sha1 @@ -0,0 +1 @@ +56c057f7dbc12767427f00f63b18b8c47e19863d \ No newline at end of file