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

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

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

sokolov 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 2bc1d85c336 Add back-compat indices for 9.4.0
2bc1d85c336 is described below

commit 2bc1d85c336261a6baf0d270d72e1709c5892d46
Author: Michael Sokolov <so...@amazon.com>
AuthorDate: Fri Sep 30 20:24:41 2022 -0400

    Add back-compat indices for 9.4.0
---
 .../backward_index/TestBackwardsCompatibility.java     |   7 +++++--
 .../apache/lucene/backward_index/index.9.4.0-cfs.zip   | Bin 0 -> 17811 bytes
 .../apache/lucene/backward_index/index.9.4.0-nocfs.zip | Bin 0 -> 17821 bytes
 .../org/apache/lucene/backward_index/sorted.9.4.0.zip  | Bin 0 -> 130226 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 04540ca996d..1e0052c0ae8 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
@@ -408,7 +408,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "9.2.0-cfs",
     "9.2.0-nocfs",
     "9.3.0-cfs",
-    "9.3.0-nocfs"
+    "9.3.0-nocfs",
+    "9.4.0-cfs",
+    "9.4.0-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -444,7 +446,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.9.0.0",
     "sorted.9.1.0",
     "sorted.9.2.0",
-    "sorted.9.3.0"
+    "sorted.9.3.0",
+    "sorted.9.4.0"
   };
 
   public static String[] getOldSortedNames() {
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.4.0-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.4.0-cfs.zip
new file mode 100644
index 00000000000..5e91bf4c304
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.4.0-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.4.0-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.4.0-nocfs.zip
new file mode 100644
index 00000000000..e007baf17d4
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.4.0-nocfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/sorted.9.4.0.zip b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/sorted.9.4.0.zip
new file mode 100644
index 00000000000..429a9ac16de
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/sorted.9.4.0.zip differ