You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by md...@apache.org on 2022/06/22 16:55:32 UTC

[lucene] branch branch_9x updated: Add back-compat indices for 8.11.2

This is an automated email from the ASF dual-hosted git repository.

mdrob pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 84133e7aecb Add back-compat indices for 8.11.2
84133e7aecb is described below

commit 84133e7aecbf7ece459ebd3c3ce4e3266f30d558
Author: Mike Drob <md...@apple.com>
AuthorDate: Tue Jun 21 23:21:44 2022 -0700

    Add back-compat indices for 8.11.2
---
 .../backward_index/TestBackwardsCompatibility.java     |   3 +++
 .../apache/lucene/backward_index/index.8.11.2-cfs.zip  | Bin 0 -> 17041 bytes
 .../lucene/backward_index/index.8.11.2-nocfs.zip       | Bin 0 -> 17050 bytes
 .../org/apache/lucene/backward_index/sorted.8.11.2.zip | Bin 0 -> 137978 bytes
 4 files changed, 3 insertions(+)

diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/TestBackwardsCompatibility.java b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/TestBackwardsCompatibility.java
index fcb1c8eb40a..cc9e1b1c7fb 100644
--- a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/TestBackwardsCompatibility.java
+++ b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/TestBackwardsCompatibility.java
@@ -399,6 +399,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "8.11.0-nocfs",
     "8.11.1-cfs",
     "8.11.1-nocfs",
+    "8.11.2-cfs",
+    "8.11.2-nocfs",
     "9.0.0-cfs",
     "9.0.0-nocfs",
     "9.1.0-cfs",
@@ -436,6 +438,7 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.8.10.1",
     "sorted.8.11.0",
     "sorted.8.11.1",
+    "sorted.8.11.2",
     "sorted.9.0.0",
     "sorted.9.1.0",
     "sorted.9.2.0"
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.8.11.2-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.8.11.2-cfs.zip
new file mode 100644
index 00000000000..623d3f56798
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.8.11.2-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.8.11.2-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.8.11.2-nocfs.zip
new file mode 100644
index 00000000000..b88bf2263ff
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.8.11.2-nocfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/sorted.8.11.2.zip b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/sorted.8.11.2.zip
new file mode 100644
index 00000000000..8700ceb0609
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/sorted.8.11.2.zip differ