From 16e230dcb856e8a48f0797678451d56844fa44f7 Mon Sep 17 00:00:00 2001 From: Alan Woodward Date: Thu, 11 Jun 2020 14:36:31 +0100 Subject: [PATCH] Update to lucene snapshot e7c625430ed (#57981) Includes LUCENE-9148 and LUCENE-9398, which splits the BKD metadata, index and data into separate files and keeps the index off-heap. --- buildSrc/version.properties | 2 +- ...ssions-8.6.0-snapshot-9d6c738ffce.jar.sha1 | 1 - ...ssions-8.6.0-snapshot-e7c625430ed.jar.sha1 | 1 + ...rs-icu-8.6.0-snapshot-9d6c738ffce.jar.sha1 | 1 - ...rs-icu-8.6.0-snapshot-e7c625430ed.jar.sha1 | 1 + ...romoji-8.6.0-snapshot-9d6c738ffce.jar.sha1 | 1 - ...romoji-8.6.0-snapshot-e7c625430ed.jar.sha1 | 1 + ...s-nori-8.6.0-snapshot-9d6c738ffce.jar.sha1 | 1 - ...s-nori-8.6.0-snapshot-e7c625430ed.jar.sha1 | 1 + ...onetic-8.6.0-snapshot-9d6c738ffce.jar.sha1 | 1 - ...onetic-8.6.0-snapshot-e7c625430ed.jar.sha1 | 1 + ...martcn-8.6.0-snapshot-9d6c738ffce.jar.sha1 | 1 - ...martcn-8.6.0-snapshot-e7c625430ed.jar.sha1 | 1 + ...tempel-8.6.0-snapshot-9d6c738ffce.jar.sha1 | 1 - ...tempel-8.6.0-snapshot-e7c625430ed.jar.sha1 | 1 + ...ologik-8.6.0-snapshot-9d6c738ffce.jar.sha1 | 1 - ...ologik-8.6.0-snapshot-e7c625430ed.jar.sha1 | 1 + ...common-8.6.0-snapshot-9d6c738ffce.jar.sha1 | 1 - ...common-8.6.0-snapshot-e7c625430ed.jar.sha1 | 1 + ...codecs-8.6.0-snapshot-9d6c738ffce.jar.sha1 | 1 - ...codecs-8.6.0-snapshot-e7c625430ed.jar.sha1 | 1 + ...e-core-8.6.0-snapshot-9d6c738ffce.jar.sha1 | 1 - ...e-core-8.6.0-snapshot-e7c625430ed.jar.sha1 | 1 + ...ouping-8.6.0-snapshot-9d6c738ffce.jar.sha1 | 1 - ...ouping-8.6.0-snapshot-e7c625430ed.jar.sha1 | 1 + ...ighter-8.6.0-snapshot-9d6c738ffce.jar.sha1 | 1 - ...ighter-8.6.0-snapshot-e7c625430ed.jar.sha1 | 1 + ...e-join-8.6.0-snapshot-9d6c738ffce.jar.sha1 | 1 - ...e-join-8.6.0-snapshot-e7c625430ed.jar.sha1 | 1 + ...memory-8.6.0-snapshot-9d6c738ffce.jar.sha1 | 1 - ...memory-8.6.0-snapshot-e7c625430ed.jar.sha1 | 1 + ...e-misc-8.6.0-snapshot-9d6c738ffce.jar.sha1 | 1 - ...e-misc-8.6.0-snapshot-e7c625430ed.jar.sha1 | 1 + ...ueries-8.6.0-snapshot-9d6c738ffce.jar.sha1 | 1 - ...ueries-8.6.0-snapshot-e7c625430ed.jar.sha1 | 1 + ...parser-8.6.0-snapshot-9d6c738ffce.jar.sha1 | 1 - ...parser-8.6.0-snapshot-e7c625430ed.jar.sha1 | 1 + ...andbox-8.6.0-snapshot-9d6c738ffce.jar.sha1 | 1 - ...andbox-8.6.0-snapshot-e7c625430ed.jar.sha1 | 1 + ...extras-8.6.0-snapshot-9d6c738ffce.jar.sha1 | 1 - ...extras-8.6.0-snapshot-e7c625430ed.jar.sha1 | 1 + ...tial3d-8.6.0-snapshot-9d6c738ffce.jar.sha1 | 1 - ...tial3d-8.6.0-snapshot-e7c625430ed.jar.sha1 | 1 + ...uggest-8.6.0-snapshot-9d6c738ffce.jar.sha1 | 1 - ...uggest-8.6.0-snapshot-e7c625430ed.jar.sha1 | 1 + .../elasticsearch/common/lucene/Lucene.java | 2 +- .../index/codec/CodecService.java | 6 +-- .../PerFieldMappingPostingFormatCodec.java | 4 +- .../elasticsearch/index/codec/CodecTests.java | 16 ++++---- .../engine/CompletionStatsCacheTests.java | 4 +- .../search/query/QueryPhaseTests.java | 38 ++++++++++--------- ...e-core-8.6.0-snapshot-9d6c738ffce.jar.sha1 | 1 - ...e-core-8.6.0-snapshot-e7c625430ed.jar.sha1 | 1 + 53 files changed, 61 insertions(+), 57 deletions(-) delete mode 100644 modules/lang-expression/licenses/lucene-expressions-8.6.0-snapshot-9d6c738ffce.jar.sha1 create mode 100644 modules/lang-expression/licenses/lucene-expressions-8.6.0-snapshot-e7c625430ed.jar.sha1 delete mode 100644 plugins/analysis-icu/licenses/lucene-analyzers-icu-8.6.0-snapshot-9d6c738ffce.jar.sha1 create mode 100644 plugins/analysis-icu/licenses/lucene-analyzers-icu-8.6.0-snapshot-e7c625430ed.jar.sha1 delete mode 100644 plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-8.6.0-snapshot-9d6c738ffce.jar.sha1 create mode 100644 plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-8.6.0-snapshot-e7c625430ed.jar.sha1 delete mode 100644 plugins/analysis-nori/licenses/lucene-analyzers-nori-8.6.0-snapshot-9d6c738ffce.jar.sha1 create mode 100644 plugins/analysis-nori/licenses/lucene-analyzers-nori-8.6.0-snapshot-e7c625430ed.jar.sha1 delete mode 100644 plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-8.6.0-snapshot-9d6c738ffce.jar.sha1 create mode 100644 plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-8.6.0-snapshot-e7c625430ed.jar.sha1 delete mode 100644 plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-8.6.0-snapshot-9d6c738ffce.jar.sha1 create mode 100644 plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-8.6.0-snapshot-e7c625430ed.jar.sha1 delete mode 100644 plugins/analysis-stempel/licenses/lucene-analyzers-stempel-8.6.0-snapshot-9d6c738ffce.jar.sha1 create mode 100644 plugins/analysis-stempel/licenses/lucene-analyzers-stempel-8.6.0-snapshot-e7c625430ed.jar.sha1 delete mode 100644 plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-8.6.0-snapshot-9d6c738ffce.jar.sha1 create mode 100644 plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-8.6.0-snapshot-e7c625430ed.jar.sha1 delete mode 100644 server/licenses/lucene-analyzers-common-8.6.0-snapshot-9d6c738ffce.jar.sha1 create mode 100644 server/licenses/lucene-analyzers-common-8.6.0-snapshot-e7c625430ed.jar.sha1 delete mode 100644 server/licenses/lucene-backward-codecs-8.6.0-snapshot-9d6c738ffce.jar.sha1 create mode 100644 server/licenses/lucene-backward-codecs-8.6.0-snapshot-e7c625430ed.jar.sha1 delete mode 100644 server/licenses/lucene-core-8.6.0-snapshot-9d6c738ffce.jar.sha1 create mode 100644 server/licenses/lucene-core-8.6.0-snapshot-e7c625430ed.jar.sha1 delete mode 100644 server/licenses/lucene-grouping-8.6.0-snapshot-9d6c738ffce.jar.sha1 create mode 100644 server/licenses/lucene-grouping-8.6.0-snapshot-e7c625430ed.jar.sha1 delete mode 100644 server/licenses/lucene-highlighter-8.6.0-snapshot-9d6c738ffce.jar.sha1 create mode 100644 server/licenses/lucene-highlighter-8.6.0-snapshot-e7c625430ed.jar.sha1 delete mode 100644 server/licenses/lucene-join-8.6.0-snapshot-9d6c738ffce.jar.sha1 create mode 100644 server/licenses/lucene-join-8.6.0-snapshot-e7c625430ed.jar.sha1 delete mode 100644 server/licenses/lucene-memory-8.6.0-snapshot-9d6c738ffce.jar.sha1 create mode 100644 server/licenses/lucene-memory-8.6.0-snapshot-e7c625430ed.jar.sha1 delete mode 100644 server/licenses/lucene-misc-8.6.0-snapshot-9d6c738ffce.jar.sha1 create mode 100644 server/licenses/lucene-misc-8.6.0-snapshot-e7c625430ed.jar.sha1 delete mode 100644 server/licenses/lucene-queries-8.6.0-snapshot-9d6c738ffce.jar.sha1 create mode 100644 server/licenses/lucene-queries-8.6.0-snapshot-e7c625430ed.jar.sha1 delete mode 100644 server/licenses/lucene-queryparser-8.6.0-snapshot-9d6c738ffce.jar.sha1 create mode 100644 server/licenses/lucene-queryparser-8.6.0-snapshot-e7c625430ed.jar.sha1 delete mode 100644 server/licenses/lucene-sandbox-8.6.0-snapshot-9d6c738ffce.jar.sha1 create mode 100644 server/licenses/lucene-sandbox-8.6.0-snapshot-e7c625430ed.jar.sha1 delete mode 100644 server/licenses/lucene-spatial-extras-8.6.0-snapshot-9d6c738ffce.jar.sha1 create mode 100644 server/licenses/lucene-spatial-extras-8.6.0-snapshot-e7c625430ed.jar.sha1 delete mode 100644 server/licenses/lucene-spatial3d-8.6.0-snapshot-9d6c738ffce.jar.sha1 create mode 100644 server/licenses/lucene-spatial3d-8.6.0-snapshot-e7c625430ed.jar.sha1 delete mode 100644 server/licenses/lucene-suggest-8.6.0-snapshot-9d6c738ffce.jar.sha1 create mode 100644 server/licenses/lucene-suggest-8.6.0-snapshot-e7c625430ed.jar.sha1 delete mode 100644 x-pack/plugin/sql/sql-action/licenses/lucene-core-8.6.0-snapshot-9d6c738ffce.jar.sha1 create mode 100644 x-pack/plugin/sql/sql-action/licenses/lucene-core-8.6.0-snapshot-e7c625430ed.jar.sha1 diff --git a/buildSrc/version.properties b/buildSrc/version.properties index 15963e851e5f0..96e8d87928305 100644 --- a/buildSrc/version.properties +++ b/buildSrc/version.properties @@ -1,5 +1,5 @@ elasticsearch = 7.9.0 -lucene = 8.6.0-snapshot-9d6c738ffce +lucene = 8.6.0-snapshot-e7c625430ed bundled_jdk_vendor = adoptopenjdk bundled_jdk = 14.0.1+7 diff --git a/modules/lang-expression/licenses/lucene-expressions-8.6.0-snapshot-9d6c738ffce.jar.sha1 b/modules/lang-expression/licenses/lucene-expressions-8.6.0-snapshot-9d6c738ffce.jar.sha1 deleted file mode 100644 index 3780a62fa20f7..0000000000000 --- a/modules/lang-expression/licenses/lucene-expressions-8.6.0-snapshot-9d6c738ffce.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -b151419d588744101ab6aa1a7e202a07a17e9746 \ No newline at end of file diff --git a/modules/lang-expression/licenses/lucene-expressions-8.6.0-snapshot-e7c625430ed.jar.sha1 b/modules/lang-expression/licenses/lucene-expressions-8.6.0-snapshot-e7c625430ed.jar.sha1 new file mode 100644 index 0000000000000..916f1fc25bfa5 --- /dev/null +++ b/modules/lang-expression/licenses/lucene-expressions-8.6.0-snapshot-e7c625430ed.jar.sha1 @@ -0,0 +1 @@ +c9dbc427cb1998b500ff07f8af4c13ebd72fa4ba \ No newline at end of file diff --git a/plugins/analysis-icu/licenses/lucene-analyzers-icu-8.6.0-snapshot-9d6c738ffce.jar.sha1 b/plugins/analysis-icu/licenses/lucene-analyzers-icu-8.6.0-snapshot-9d6c738ffce.jar.sha1 deleted file mode 100644 index de02679949e0c..0000000000000 --- a/plugins/analysis-icu/licenses/lucene-analyzers-icu-8.6.0-snapshot-9d6c738ffce.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -4b7164b5b1117507c0ef3c8eef998ad737ff1fd2 \ No newline at end of file diff --git a/plugins/analysis-icu/licenses/lucene-analyzers-icu-8.6.0-snapshot-e7c625430ed.jar.sha1 b/plugins/analysis-icu/licenses/lucene-analyzers-icu-8.6.0-snapshot-e7c625430ed.jar.sha1 new file mode 100644 index 0000000000000..4cfcd8b6f7f48 --- /dev/null +++ b/plugins/analysis-icu/licenses/lucene-analyzers-icu-8.6.0-snapshot-e7c625430ed.jar.sha1 @@ -0,0 +1 @@ +23ef92764508757a04703fa129930774862bce31 \ No newline at end of file diff --git a/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-8.6.0-snapshot-9d6c738ffce.jar.sha1 b/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-8.6.0-snapshot-9d6c738ffce.jar.sha1 deleted file mode 100644 index 66afc7e13c111..0000000000000 --- a/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-8.6.0-snapshot-9d6c738ffce.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -d7c96a9ae727b6c5e18bb1ed63faf5c3bf875203 \ No newline at end of file diff --git a/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-8.6.0-snapshot-e7c625430ed.jar.sha1 b/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-8.6.0-snapshot-e7c625430ed.jar.sha1 new file mode 100644 index 0000000000000..0645309e23f8e --- /dev/null +++ b/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-8.6.0-snapshot-e7c625430ed.jar.sha1 @@ -0,0 +1 @@ +04432005742de8e9ad8e1248e0ac4ef41319e687 \ No newline at end of file diff --git a/plugins/analysis-nori/licenses/lucene-analyzers-nori-8.6.0-snapshot-9d6c738ffce.jar.sha1 b/plugins/analysis-nori/licenses/lucene-analyzers-nori-8.6.0-snapshot-9d6c738ffce.jar.sha1 deleted file mode 100644 index cbd5266cdf491..0000000000000 --- a/plugins/analysis-nori/licenses/lucene-analyzers-nori-8.6.0-snapshot-9d6c738ffce.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -6445c4715b36be6c0d7e843c5b1ec6e303ab6e6c \ No newline at end of file diff --git a/plugins/analysis-nori/licenses/lucene-analyzers-nori-8.6.0-snapshot-e7c625430ed.jar.sha1 b/plugins/analysis-nori/licenses/lucene-analyzers-nori-8.6.0-snapshot-e7c625430ed.jar.sha1 new file mode 100644 index 0000000000000..97a0a98941804 --- /dev/null +++ b/plugins/analysis-nori/licenses/lucene-analyzers-nori-8.6.0-snapshot-e7c625430ed.jar.sha1 @@ -0,0 +1 @@ +c994b8702089de33cbba337d390553707d2e4225 \ No newline at end of file diff --git a/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-8.6.0-snapshot-9d6c738ffce.jar.sha1 b/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-8.6.0-snapshot-9d6c738ffce.jar.sha1 deleted file mode 100644 index 5e83b280db8f3..0000000000000 --- a/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-8.6.0-snapshot-9d6c738ffce.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -93aee27fc71737bd366b25c3a2957fe0429aef29 \ No newline at end of file diff --git a/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-8.6.0-snapshot-e7c625430ed.jar.sha1 b/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-8.6.0-snapshot-e7c625430ed.jar.sha1 new file mode 100644 index 0000000000000..15cfedc2df246 --- /dev/null +++ b/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-8.6.0-snapshot-e7c625430ed.jar.sha1 @@ -0,0 +1 @@ +65d46f9ef354fd88f7b971d293ed2b90e4e5373b \ No newline at end of file diff --git a/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-8.6.0-snapshot-9d6c738ffce.jar.sha1 b/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-8.6.0-snapshot-9d6c738ffce.jar.sha1 deleted file mode 100644 index a24d22314b635..0000000000000 --- a/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-8.6.0-snapshot-9d6c738ffce.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -525d83fae93270b77dee719c64dd4e81d001c15e \ No newline at end of file diff --git a/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-8.6.0-snapshot-e7c625430ed.jar.sha1 b/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-8.6.0-snapshot-e7c625430ed.jar.sha1 new file mode 100644 index 0000000000000..563cf062a0384 --- /dev/null +++ b/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-8.6.0-snapshot-e7c625430ed.jar.sha1 @@ -0,0 +1 @@ +d4903699eb1c5932f8c120a6e71321917a2ea1aa \ No newline at end of file diff --git a/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-8.6.0-snapshot-9d6c738ffce.jar.sha1 b/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-8.6.0-snapshot-9d6c738ffce.jar.sha1 deleted file mode 100644 index 27d7e732d73d9..0000000000000 --- a/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-8.6.0-snapshot-9d6c738ffce.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -4fc5fc61c7c978f0eb6ea5695a70d6c4de747f35 \ No newline at end of file diff --git a/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-8.6.0-snapshot-e7c625430ed.jar.sha1 b/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-8.6.0-snapshot-e7c625430ed.jar.sha1 new file mode 100644 index 0000000000000..b48921b279a48 --- /dev/null +++ b/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-8.6.0-snapshot-e7c625430ed.jar.sha1 @@ -0,0 +1 @@ +fd67d4aa9730a8a7a7bcba2dc5c7f53838ffd1d8 \ No newline at end of file diff --git a/plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-8.6.0-snapshot-9d6c738ffce.jar.sha1 b/plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-8.6.0-snapshot-9d6c738ffce.jar.sha1 deleted file mode 100644 index 928389132056c..0000000000000 --- a/plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-8.6.0-snapshot-9d6c738ffce.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -c2c64f756ee96f761f00f9a38defd43d507eea0b \ No newline at end of file diff --git a/plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-8.6.0-snapshot-e7c625430ed.jar.sha1 b/plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-8.6.0-snapshot-e7c625430ed.jar.sha1 new file mode 100644 index 0000000000000..28d124d61e84e --- /dev/null +++ b/plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-8.6.0-snapshot-e7c625430ed.jar.sha1 @@ -0,0 +1 @@ +561cb8c4efa2e703246526cd5ee2beac7e28ead8 \ No newline at end of file diff --git a/server/licenses/lucene-analyzers-common-8.6.0-snapshot-9d6c738ffce.jar.sha1 b/server/licenses/lucene-analyzers-common-8.6.0-snapshot-9d6c738ffce.jar.sha1 deleted file mode 100644 index 136c162e86f6c..0000000000000 --- a/server/licenses/lucene-analyzers-common-8.6.0-snapshot-9d6c738ffce.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -9d204ea34ae88a4470f1e9011efac42e3ff8b58c \ No newline at end of file diff --git a/server/licenses/lucene-analyzers-common-8.6.0-snapshot-e7c625430ed.jar.sha1 b/server/licenses/lucene-analyzers-common-8.6.0-snapshot-e7c625430ed.jar.sha1 new file mode 100644 index 0000000000000..a5b93fff01722 --- /dev/null +++ b/server/licenses/lucene-analyzers-common-8.6.0-snapshot-e7c625430ed.jar.sha1 @@ -0,0 +1 @@ +188c577102f49cdb097e2487ff6958dccff1a2de \ No newline at end of file diff --git a/server/licenses/lucene-backward-codecs-8.6.0-snapshot-9d6c738ffce.jar.sha1 b/server/licenses/lucene-backward-codecs-8.6.0-snapshot-9d6c738ffce.jar.sha1 deleted file mode 100644 index c040d280f7a50..0000000000000 --- a/server/licenses/lucene-backward-codecs-8.6.0-snapshot-9d6c738ffce.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -b597d27ddaaa890a09b4f61a571f712864f2ced6 \ No newline at end of file diff --git a/server/licenses/lucene-backward-codecs-8.6.0-snapshot-e7c625430ed.jar.sha1 b/server/licenses/lucene-backward-codecs-8.6.0-snapshot-e7c625430ed.jar.sha1 new file mode 100644 index 0000000000000..15317ede91fee --- /dev/null +++ b/server/licenses/lucene-backward-codecs-8.6.0-snapshot-e7c625430ed.jar.sha1 @@ -0,0 +1 @@ +0cada355cf6f8b210c13602ad39378cbc568a6f9 \ No newline at end of file diff --git a/server/licenses/lucene-core-8.6.0-snapshot-9d6c738ffce.jar.sha1 b/server/licenses/lucene-core-8.6.0-snapshot-9d6c738ffce.jar.sha1 deleted file mode 100644 index f2fe1ffad159f..0000000000000 --- a/server/licenses/lucene-core-8.6.0-snapshot-9d6c738ffce.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -69838ed06991014d1f2530208bef66c59a554fe2 \ No newline at end of file diff --git a/server/licenses/lucene-core-8.6.0-snapshot-e7c625430ed.jar.sha1 b/server/licenses/lucene-core-8.6.0-snapshot-e7c625430ed.jar.sha1 new file mode 100644 index 0000000000000..ed01999baa06b --- /dev/null +++ b/server/licenses/lucene-core-8.6.0-snapshot-e7c625430ed.jar.sha1 @@ -0,0 +1 @@ +180065e697f361ead5e6ee831582cc2cf37bd5b9 \ No newline at end of file diff --git a/server/licenses/lucene-grouping-8.6.0-snapshot-9d6c738ffce.jar.sha1 b/server/licenses/lucene-grouping-8.6.0-snapshot-9d6c738ffce.jar.sha1 deleted file mode 100644 index cbcea3a62b6f0..0000000000000 --- a/server/licenses/lucene-grouping-8.6.0-snapshot-9d6c738ffce.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -34a73729a8be3fde91f9920b5b79615b04e3ea03 \ No newline at end of file diff --git a/server/licenses/lucene-grouping-8.6.0-snapshot-e7c625430ed.jar.sha1 b/server/licenses/lucene-grouping-8.6.0-snapshot-e7c625430ed.jar.sha1 new file mode 100644 index 0000000000000..34d1d04ca67fc --- /dev/null +++ b/server/licenses/lucene-grouping-8.6.0-snapshot-e7c625430ed.jar.sha1 @@ -0,0 +1 @@ +e5a26420f917e6d5f8bc4888594fc9f156a5f7ba \ No newline at end of file diff --git a/server/licenses/lucene-highlighter-8.6.0-snapshot-9d6c738ffce.jar.sha1 b/server/licenses/lucene-highlighter-8.6.0-snapshot-9d6c738ffce.jar.sha1 deleted file mode 100644 index 82b6fb95f9bb2..0000000000000 --- a/server/licenses/lucene-highlighter-8.6.0-snapshot-9d6c738ffce.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -20332b08670bf874c0db27113dd9c1507e2ce464 \ No newline at end of file diff --git a/server/licenses/lucene-highlighter-8.6.0-snapshot-e7c625430ed.jar.sha1 b/server/licenses/lucene-highlighter-8.6.0-snapshot-e7c625430ed.jar.sha1 new file mode 100644 index 0000000000000..0b21572e8c1d9 --- /dev/null +++ b/server/licenses/lucene-highlighter-8.6.0-snapshot-e7c625430ed.jar.sha1 @@ -0,0 +1 @@ +06d0935908b272667a2f5aa3aa7da7f1832d27a8 \ No newline at end of file diff --git a/server/licenses/lucene-join-8.6.0-snapshot-9d6c738ffce.jar.sha1 b/server/licenses/lucene-join-8.6.0-snapshot-9d6c738ffce.jar.sha1 deleted file mode 100644 index 6afc9c6be89a3..0000000000000 --- a/server/licenses/lucene-join-8.6.0-snapshot-9d6c738ffce.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -42d0da090a8ae1fc411bbba62083621a9e880c06 \ No newline at end of file diff --git a/server/licenses/lucene-join-8.6.0-snapshot-e7c625430ed.jar.sha1 b/server/licenses/lucene-join-8.6.0-snapshot-e7c625430ed.jar.sha1 new file mode 100644 index 0000000000000..ae55f3232f43a --- /dev/null +++ b/server/licenses/lucene-join-8.6.0-snapshot-e7c625430ed.jar.sha1 @@ -0,0 +1 @@ +45c68a4d29befe8d1d9aef7a92f933598cba85e5 \ No newline at end of file diff --git a/server/licenses/lucene-memory-8.6.0-snapshot-9d6c738ffce.jar.sha1 b/server/licenses/lucene-memory-8.6.0-snapshot-9d6c738ffce.jar.sha1 deleted file mode 100644 index 1c8225508b884..0000000000000 --- a/server/licenses/lucene-memory-8.6.0-snapshot-9d6c738ffce.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -001bf352ba947be5392d45586b8e53b04fabd58c \ No newline at end of file diff --git a/server/licenses/lucene-memory-8.6.0-snapshot-e7c625430ed.jar.sha1 b/server/licenses/lucene-memory-8.6.0-snapshot-e7c625430ed.jar.sha1 new file mode 100644 index 0000000000000..bf5200c9d64c9 --- /dev/null +++ b/server/licenses/lucene-memory-8.6.0-snapshot-e7c625430ed.jar.sha1 @@ -0,0 +1 @@ +ac72a12e5725ce030d63bad44bd6a169594ac651 \ No newline at end of file diff --git a/server/licenses/lucene-misc-8.6.0-snapshot-9d6c738ffce.jar.sha1 b/server/licenses/lucene-misc-8.6.0-snapshot-9d6c738ffce.jar.sha1 deleted file mode 100644 index 7629c552b8ff2..0000000000000 --- a/server/licenses/lucene-misc-8.6.0-snapshot-9d6c738ffce.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -f730849f6a1c894ede85721423e421974eaa11a8 \ No newline at end of file diff --git a/server/licenses/lucene-misc-8.6.0-snapshot-e7c625430ed.jar.sha1 b/server/licenses/lucene-misc-8.6.0-snapshot-e7c625430ed.jar.sha1 new file mode 100644 index 0000000000000..f870da3a47de6 --- /dev/null +++ b/server/licenses/lucene-misc-8.6.0-snapshot-e7c625430ed.jar.sha1 @@ -0,0 +1 @@ +e196e5ef80672e894d61fe0f0ae2568dfb83f63a \ No newline at end of file diff --git a/server/licenses/lucene-queries-8.6.0-snapshot-9d6c738ffce.jar.sha1 b/server/licenses/lucene-queries-8.6.0-snapshot-9d6c738ffce.jar.sha1 deleted file mode 100644 index 9dfe9f8935179..0000000000000 --- a/server/licenses/lucene-queries-8.6.0-snapshot-9d6c738ffce.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -92e10bd79a1e330e5257fa204bce0ed0b3611f6d \ No newline at end of file diff --git a/server/licenses/lucene-queries-8.6.0-snapshot-e7c625430ed.jar.sha1 b/server/licenses/lucene-queries-8.6.0-snapshot-e7c625430ed.jar.sha1 new file mode 100644 index 0000000000000..de2cf2c5b5abf --- /dev/null +++ b/server/licenses/lucene-queries-8.6.0-snapshot-e7c625430ed.jar.sha1 @@ -0,0 +1 @@ +15bd0e6b44e0192db9a8c5a5e0f8d392b4610884 \ No newline at end of file diff --git a/server/licenses/lucene-queryparser-8.6.0-snapshot-9d6c738ffce.jar.sha1 b/server/licenses/lucene-queryparser-8.6.0-snapshot-9d6c738ffce.jar.sha1 deleted file mode 100644 index 699bd59aac5e4..0000000000000 --- a/server/licenses/lucene-queryparser-8.6.0-snapshot-9d6c738ffce.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -83cf037431b46ca97303f9c8e6b61658835d5ee2 \ No newline at end of file diff --git a/server/licenses/lucene-queryparser-8.6.0-snapshot-e7c625430ed.jar.sha1 b/server/licenses/lucene-queryparser-8.6.0-snapshot-e7c625430ed.jar.sha1 new file mode 100644 index 0000000000000..e981191b01857 --- /dev/null +++ b/server/licenses/lucene-queryparser-8.6.0-snapshot-e7c625430ed.jar.sha1 @@ -0,0 +1 @@ +627e685ec2d1025429abc02441e22f466443be5a \ No newline at end of file diff --git a/server/licenses/lucene-sandbox-8.6.0-snapshot-9d6c738ffce.jar.sha1 b/server/licenses/lucene-sandbox-8.6.0-snapshot-9d6c738ffce.jar.sha1 deleted file mode 100644 index 4acbbe427be8b..0000000000000 --- a/server/licenses/lucene-sandbox-8.6.0-snapshot-9d6c738ffce.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -3a1add29c46420b2ad406ff4855591bd5a9cb3ab \ No newline at end of file diff --git a/server/licenses/lucene-sandbox-8.6.0-snapshot-e7c625430ed.jar.sha1 b/server/licenses/lucene-sandbox-8.6.0-snapshot-e7c625430ed.jar.sha1 new file mode 100644 index 0000000000000..906aa9179aee0 --- /dev/null +++ b/server/licenses/lucene-sandbox-8.6.0-snapshot-e7c625430ed.jar.sha1 @@ -0,0 +1 @@ +1c4a1e4281865c329e1fec53a0e6d5e53d25155f \ No newline at end of file diff --git a/server/licenses/lucene-spatial-extras-8.6.0-snapshot-9d6c738ffce.jar.sha1 b/server/licenses/lucene-spatial-extras-8.6.0-snapshot-9d6c738ffce.jar.sha1 deleted file mode 100644 index 864737fb73279..0000000000000 --- a/server/licenses/lucene-spatial-extras-8.6.0-snapshot-9d6c738ffce.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -a6c7cc66b953e4f5957f96b80b0c8f43ed6d3dfa \ No newline at end of file diff --git a/server/licenses/lucene-spatial-extras-8.6.0-snapshot-e7c625430ed.jar.sha1 b/server/licenses/lucene-spatial-extras-8.6.0-snapshot-e7c625430ed.jar.sha1 new file mode 100644 index 0000000000000..07a9d9be87f94 --- /dev/null +++ b/server/licenses/lucene-spatial-extras-8.6.0-snapshot-e7c625430ed.jar.sha1 @@ -0,0 +1 @@ +e0c9b19c5e9d99d924b1cf9e6b4329b94920c9b8 \ No newline at end of file diff --git a/server/licenses/lucene-spatial3d-8.6.0-snapshot-9d6c738ffce.jar.sha1 b/server/licenses/lucene-spatial3d-8.6.0-snapshot-9d6c738ffce.jar.sha1 deleted file mode 100644 index 716eb7592dc81..0000000000000 --- a/server/licenses/lucene-spatial3d-8.6.0-snapshot-9d6c738ffce.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -4edcd6c035201be43fde76a85982fc2b9a9cbdbf \ No newline at end of file diff --git a/server/licenses/lucene-spatial3d-8.6.0-snapshot-e7c625430ed.jar.sha1 b/server/licenses/lucene-spatial3d-8.6.0-snapshot-e7c625430ed.jar.sha1 new file mode 100644 index 0000000000000..9ad015456b069 --- /dev/null +++ b/server/licenses/lucene-spatial3d-8.6.0-snapshot-e7c625430ed.jar.sha1 @@ -0,0 +1 @@ +d780c5bf1374627afcca67d487319507211a5620 \ No newline at end of file diff --git a/server/licenses/lucene-suggest-8.6.0-snapshot-9d6c738ffce.jar.sha1 b/server/licenses/lucene-suggest-8.6.0-snapshot-9d6c738ffce.jar.sha1 deleted file mode 100644 index 574e71f903828..0000000000000 --- a/server/licenses/lucene-suggest-8.6.0-snapshot-9d6c738ffce.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -a1dca9d9c650b843ca3ae812d54d8b2219b38f3a \ No newline at end of file diff --git a/server/licenses/lucene-suggest-8.6.0-snapshot-e7c625430ed.jar.sha1 b/server/licenses/lucene-suggest-8.6.0-snapshot-e7c625430ed.jar.sha1 new file mode 100644 index 0000000000000..adbca49079125 --- /dev/null +++ b/server/licenses/lucene-suggest-8.6.0-snapshot-e7c625430ed.jar.sha1 @@ -0,0 +1 @@ +0906b0aca0283153ab00b448a57e755847a659a4 \ No newline at end of file diff --git a/server/src/main/java/org/elasticsearch/common/lucene/Lucene.java b/server/src/main/java/org/elasticsearch/common/lucene/Lucene.java index 7e1ae7366fc7d..9e268c05927ea 100644 --- a/server/src/main/java/org/elasticsearch/common/lucene/Lucene.java +++ b/server/src/main/java/org/elasticsearch/common/lucene/Lucene.java @@ -103,7 +103,7 @@ import java.util.Map; public class Lucene { - public static final String LATEST_CODEC = "Lucene84"; + public static final String LATEST_CODEC = "Lucene86"; public static final String SOFT_DELETES_FIELD = "__soft_deletes"; diff --git a/server/src/main/java/org/elasticsearch/index/codec/CodecService.java b/server/src/main/java/org/elasticsearch/index/codec/CodecService.java index 0909465da4f03..cc092e21d1bce 100644 --- a/server/src/main/java/org/elasticsearch/index/codec/CodecService.java +++ b/server/src/main/java/org/elasticsearch/index/codec/CodecService.java @@ -22,7 +22,7 @@ import org.apache.logging.log4j.Logger; import org.apache.lucene.codecs.Codec; import org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.Mode; -import org.apache.lucene.codecs.lucene84.Lucene84Codec; +import org.apache.lucene.codecs.lucene86.Lucene86Codec; import org.elasticsearch.common.Nullable; import org.elasticsearch.common.collect.MapBuilder; import org.elasticsearch.index.mapper.MapperService; @@ -47,8 +47,8 @@ public class CodecService { public CodecService(@Nullable MapperService mapperService, Logger logger) { final MapBuilder codecs = MapBuilder.newMapBuilder(); if (mapperService == null) { - codecs.put(DEFAULT_CODEC, new Lucene84Codec()); - codecs.put(BEST_COMPRESSION_CODEC, new Lucene84Codec(Mode.BEST_COMPRESSION)); + codecs.put(DEFAULT_CODEC, new Lucene86Codec()); + codecs.put(BEST_COMPRESSION_CODEC, new Lucene86Codec(Mode.BEST_COMPRESSION)); } else { codecs.put(DEFAULT_CODEC, new PerFieldMappingPostingFormatCodec(Mode.BEST_SPEED, mapperService, logger)); diff --git a/server/src/main/java/org/elasticsearch/index/codec/PerFieldMappingPostingFormatCodec.java b/server/src/main/java/org/elasticsearch/index/codec/PerFieldMappingPostingFormatCodec.java index 4749828e4c147..e900351fcbebd 100644 --- a/server/src/main/java/org/elasticsearch/index/codec/PerFieldMappingPostingFormatCodec.java +++ b/server/src/main/java/org/elasticsearch/index/codec/PerFieldMappingPostingFormatCodec.java @@ -23,7 +23,7 @@ import org.apache.lucene.codecs.Codec; import org.apache.lucene.codecs.PostingsFormat; import org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat; -import org.apache.lucene.codecs.lucene84.Lucene84Codec; +import org.apache.lucene.codecs.lucene86.Lucene86Codec; import org.elasticsearch.common.lucene.Lucene; import org.elasticsearch.index.mapper.CompletionFieldMapper; import org.elasticsearch.index.mapper.MappedFieldType; @@ -37,7 +37,7 @@ * per index in real time via the mapping API. If no specific postings format is * configured for a specific field the default postings format is used. */ -public class PerFieldMappingPostingFormatCodec extends Lucene84Codec { +public class PerFieldMappingPostingFormatCodec extends Lucene86Codec { private final Logger logger; private final MapperService mapperService; diff --git a/server/src/test/java/org/elasticsearch/index/codec/CodecTests.java b/server/src/test/java/org/elasticsearch/index/codec/CodecTests.java index dc5b8031a6c50..331a2c138f6f2 100644 --- a/server/src/test/java/org/elasticsearch/index/codec/CodecTests.java +++ b/server/src/test/java/org/elasticsearch/index/codec/CodecTests.java @@ -19,16 +19,11 @@ package org.elasticsearch.index.codec; -import static org.hamcrest.Matchers.instanceOf; - -import java.io.IOException; -import java.util.Collections; - import org.apache.logging.log4j.LogManager; import org.apache.lucene.codecs.Codec; import org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat; import org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.Mode; -import org.apache.lucene.codecs.lucene84.Lucene84Codec; +import org.apache.lucene.codecs.lucene86.Lucene86Codec; import org.apache.lucene.document.Document; import org.apache.lucene.index.DirectoryReader; import org.apache.lucene.index.IndexWriter; @@ -47,14 +42,19 @@ import org.elasticsearch.test.ESTestCase; import org.elasticsearch.test.IndexSettingsModule; +import java.io.IOException; +import java.util.Collections; + +import static org.hamcrest.Matchers.instanceOf; + @SuppressCodecs("*") // we test against default codec so never get a random one here! public class CodecTests extends ESTestCase { public void testResolveDefaultCodecs() throws Exception { CodecService codecService = createCodecService(); assertThat(codecService.codec("default"), instanceOf(PerFieldMappingPostingFormatCodec.class)); - assertThat(codecService.codec("default"), instanceOf(Lucene84Codec.class)); - assertThat(codecService.codec("Lucene84"), instanceOf(Lucene84Codec.class)); + assertThat(codecService.codec("default"), instanceOf(Lucene86Codec.class)); + assertThat(codecService.codec("Lucene86"), instanceOf(Lucene86Codec.class)); } public void testDefault() throws Exception { diff --git a/server/src/test/java/org/elasticsearch/index/engine/CompletionStatsCacheTests.java b/server/src/test/java/org/elasticsearch/index/engine/CompletionStatsCacheTests.java index 3a68ae66c7063..856c1d8653c84 100644 --- a/server/src/test/java/org/elasticsearch/index/engine/CompletionStatsCacheTests.java +++ b/server/src/test/java/org/elasticsearch/index/engine/CompletionStatsCacheTests.java @@ -19,7 +19,7 @@ package org.elasticsearch.index.engine; import org.apache.lucene.codecs.PostingsFormat; -import org.apache.lucene.codecs.lucene84.Lucene84Codec; +import org.apache.lucene.codecs.lucene86.Lucene86Codec; import org.apache.lucene.document.Document; import org.apache.lucene.index.DirectoryReader; import org.apache.lucene.index.IndexWriter; @@ -57,7 +57,7 @@ public void testExceptionsAreNotCached() { public void testCompletionStatsCache() throws IOException, InterruptedException { final IndexWriterConfig indexWriterConfig = newIndexWriterConfig(); final PostingsFormat postingsFormat = new Completion84PostingsFormat(); - indexWriterConfig.setCodec(new Lucene84Codec() { + indexWriterConfig.setCodec(new Lucene86Codec() { @Override public PostingsFormat getPostingsFormatForField(String field) { return postingsFormat; // all fields are suggest fields diff --git a/server/src/test/java/org/elasticsearch/search/query/QueryPhaseTests.java b/server/src/test/java/org/elasticsearch/search/query/QueryPhaseTests.java index 6eaef7ec4f5ad..89dea27c62839 100644 --- a/server/src/test/java/org/elasticsearch/search/query/QueryPhaseTests.java +++ b/server/src/test/java/org/elasticsearch/search/query/QueryPhaseTests.java @@ -481,7 +481,7 @@ public void testIndexSortingEarlyTermination() throws Exception { context.parsedQuery(new ParsedQuery(new MatchAllDocsQuery())); context.setSize(1); context.setTask(new SearchShardTask(123L, "", "", "", null, Collections.emptyMap())); - context.sort(new SortAndFormats(sort, new DocValueFormat[] {DocValueFormat.RAW})); + context.sort(new SortAndFormats(sort, new DocValueFormat[]{DocValueFormat.RAW})); QueryPhase.executeInternal(context); @@ -635,7 +635,7 @@ public void testDisableTopScoreCollection() throws Exception { context.sort(new SortAndFormats(new Sort(new SortField("other", SortField.Type.INT)), - new DocValueFormat[] { DocValueFormat.RAW })); + new DocValueFormat[]{DocValueFormat.RAW})); topDocsContext = TopDocsCollectorContext.createTopDocsCollectorContext(context, false); assertEquals(topDocsContext.create(null).scoreMode(), org.apache.lucene.search.ScoreMode.COMPLETE_NO_SCORES); QueryPhase.executeInternal(context); @@ -757,14 +757,16 @@ public void testIndexHasDuplicateData() throws IOException { LongPoint.encodeDimension(value, longBytes, 0); w.add(longBytes, docId); } - long indexFP; - try (IndexOutput out = dir.createOutput("bkd", IOContext.DEFAULT)) { - indexFP = w.finish(out); + try (IndexOutput metaout = dir.createOutput("bkdmeta", IOContext.DEFAULT); + IndexOutput indexout = dir.createOutput("bkdindex", IOContext.DEFAULT); + IndexOutput dataout = dir.createOutput("bkddata", IOContext.DEFAULT)) { + w.finish(metaout, indexout, dataout).run(); } - try (IndexInput in = dir.openInput("bkd", IOContext.DEFAULT)) { - in.seek(indexFP); - BKDReader r = new BKDReader(in); - assertTrue(pointsHaveDuplicateData(r, r.getDocCount()/2)); + try (IndexInput metain = dir.openInput("bkdmeta", IOContext.DEFAULT); + IndexInput indexin = dir.openInput("bkdindex", IOContext.DEFAULT); + IndexInput datain = dir.openInput("bkddata", IOContext.DEFAULT)) { + BKDReader r = new BKDReader(metain, indexin, datain); + assertTrue(pointsHaveDuplicateData(r, r.getDocCount() / 2)); } } } @@ -785,12 +787,14 @@ public void testIndexHasNoDuplicateData() throws IOException { } long indexFP; try (IndexOutput out = dir.createOutput("bkd", IOContext.DEFAULT)) { - indexFP = w.finish(out); + Runnable finalizer = w.finish(out, out, out); + indexFP = out.getFilePointer(); + finalizer.run();; } try (IndexInput in = dir.openInput("bkd", IOContext.DEFAULT)) { in.seek(indexFP); - BKDReader r = new BKDReader(in); - assertFalse(pointsHaveDuplicateData(r, r.getDocCount()/2)); + BKDReader r = new BKDReader(in, in, in); + assertFalse(pointsHaveDuplicateData(r, r.getDocCount() / 2)); } } } @@ -920,7 +924,7 @@ public void testCancellationDuringPreprocess() throws IOException { try (IndexReader reader = DirectoryReader.open(dir)) { TestSearchContext context = new TestSearchContextWithRewriteAndCancellation( - null, indexShard, newContextSearcher(reader)); + null, indexShard, newContextSearcher(reader)); PrefixQuery prefixQuery = new PrefixQuery(new Term("foo", "a")); prefixQuery.setRewriteMethod(MultiTermQuery.SCORING_BOOLEAN_REWRITE); context.parsedQuery(new ParsedQuery(prefixQuery)); @@ -979,7 +983,7 @@ private static ContextIndexSearcher newOptimizedContextSearcher(IndexReader read @Override public void search(List leaves, Weight weight, CollectorManager manager, - QuerySearchResult result, DocValueFormat[] formats, TotalHits totalHits) throws IOException { + QuerySearchResult result, DocValueFormat[] formats, TotalHits totalHits) throws IOException { final Query query = weight.getQuery(); assertTrue(query instanceof BooleanQuery); List clauses = ((BooleanQuery) query).clauses(); @@ -987,7 +991,7 @@ public void search(List leaves, Weight weight, CollectorManag assertTrue(clauses.get(0).getOccur() == Occur.FILTER); assertTrue(clauses.get(1).getOccur() == Occur.SHOULD); if (queryType == 0) { - assertTrue (clauses.get(1).getQuery().getClass() == + assertTrue(clauses.get(1).getQuery().getClass() == LongPoint.newDistanceFeatureQuery("random_field", 1, 1, 1).getClass() ); } @@ -997,7 +1001,7 @@ public void search(List leaves, Weight weight, CollectorManag @Override public void search(List leaves, Weight weight, Collector collector) { - assert(false); // should not be there, expected to search with CollectorManager + assert (false); // should not be there, expected to search with CollectorManager } }; } @@ -1019,7 +1023,7 @@ public LeafCollector getLeafCollector(LeafReaderContext context) throws IOExcept @Override public void collect(int doc) throws IOException { assert collected <= size : "should not collect more than " + size + " doc per segment, got " + collected; - ++ collected; + ++collected; super.collect(doc); } }; diff --git a/x-pack/plugin/sql/sql-action/licenses/lucene-core-8.6.0-snapshot-9d6c738ffce.jar.sha1 b/x-pack/plugin/sql/sql-action/licenses/lucene-core-8.6.0-snapshot-9d6c738ffce.jar.sha1 deleted file mode 100644 index f2fe1ffad159f..0000000000000 --- a/x-pack/plugin/sql/sql-action/licenses/lucene-core-8.6.0-snapshot-9d6c738ffce.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -69838ed06991014d1f2530208bef66c59a554fe2 \ No newline at end of file diff --git a/x-pack/plugin/sql/sql-action/licenses/lucene-core-8.6.0-snapshot-e7c625430ed.jar.sha1 b/x-pack/plugin/sql/sql-action/licenses/lucene-core-8.6.0-snapshot-e7c625430ed.jar.sha1 new file mode 100644 index 0000000000000..ed01999baa06b --- /dev/null +++ b/x-pack/plugin/sql/sql-action/licenses/lucene-core-8.6.0-snapshot-e7c625430ed.jar.sha1 @@ -0,0 +1 @@ +180065e697f361ead5e6ee831582cc2cf37bd5b9 \ No newline at end of file