You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2022/11/23 09:17:38 UTC

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

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

jpountz 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 bb7785b6e2c Add back-compat indices for 9.4.2
bb7785b6e2c is described below

commit bb7785b6e2ccb0442e8696b594eec75b11188db3
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Wed Nov 23 10:17:25 2022 +0100

    Add back-compat indices for 9.4.2
---
 .../backward_index/TestBackwardsCompatibility.java     |   7 +++++--
 .../apache/lucene/backward_index/index.9.4.2-cfs.zip   | Bin 0 -> 17796 bytes
 .../apache/lucene/backward_index/index.9.4.2-nocfs.zip | Bin 0 -> 17798 bytes
 .../org/apache/lucene/backward_index/sorted.9.4.2.zip  | Bin 0 -> 135040 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 653022073c1..00e29d74491 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
@@ -412,7 +412,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "9.4.0-cfs",
     "9.4.0-nocfs",
     "9.4.1-cfs",
-    "9.4.1-nocfs"
+    "9.4.1-nocfs",
+    "9.4.2-cfs",
+    "9.4.2-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -450,7 +452,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.9.2.0",
     "sorted.9.3.0",
     "sorted.9.4.0",
-    "sorted.9.4.1"
+    "sorted.9.4.1",
+    "sorted.9.4.2"
   };
 
   public static String[] getOldSortedNames() {
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.4.2-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.4.2-cfs.zip
new file mode 100644
index 00000000000..d42577425d2
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.4.2-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.4.2-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.4.2-nocfs.zip
new file mode 100644
index 00000000000..6c8d65966fc
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.4.2-nocfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/sorted.9.4.2.zip b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/sorted.9.4.2.zip
new file mode 100644
index 00000000000..6a630789e10
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/sorted.9.4.2.zip differ