You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by iv...@apache.org on 2022/10/24 12:51:51 UTC

[lucene] branch branch_9_4 updated: Add back-compat indices for 9.4.1

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

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


The following commit(s) were added to refs/heads/branch_9_4 by this push:
     new 3e22107e8ee Add back-compat indices for 9.4.1
3e22107e8ee is described below

commit 3e22107e8ee9c44d287f26991cb73d02a5a538a1
Author: iverase <iv...@apache.org>
AuthorDate: Mon Oct 24 14:51:45 2022 +0200

    Add back-compat indices for 9.4.1
---
 .../backward_index/TestBackwardsCompatibility.java     |   7 +++++--
 .../apache/lucene/backward_index/index.9.4.1-cfs.zip   | Bin 0 -> 17715 bytes
 .../apache/lucene/backward_index/index.9.4.1-nocfs.zip | Bin 0 -> 17684 bytes
 .../org/apache/lucene/backward_index/sorted.9.4.1.zip  | Bin 0 -> 132564 bytes
 4 files changed, 5 insertions(+), 2 deletions(-)

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 1e0052c0ae8..653022073c1 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
@@ -410,7 +410,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "9.3.0-cfs",
     "9.3.0-nocfs",
     "9.4.0-cfs",
-    "9.4.0-nocfs"
+    "9.4.0-nocfs",
+    "9.4.1-cfs",
+    "9.4.1-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -447,7 +449,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.9.1.0",
     "sorted.9.2.0",
     "sorted.9.3.0",
-    "sorted.9.4.0"
+    "sorted.9.4.0",
+    "sorted.9.4.1"
   };
 
   public static String[] getOldSortedNames() {
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.4.1-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.4.1-cfs.zip
new file mode 100644
index 00000000000..3ff2f054dd6
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.4.1-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.4.1-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.4.1-nocfs.zip
new file mode 100644
index 00000000000..99173268a82
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.4.1-nocfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/sorted.9.4.1.zip b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/sorted.9.4.1.zip
new file mode 100644
index 00000000000..12c7b02388b
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/sorted.9.4.1.zip differ