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/07/29 08:08:47 UTC

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

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

ivera 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 317e1fa3236 Add back-compat indices for 9.3.0
317e1fa3236 is described below

commit 317e1fa32368d9329e0bfc84fefe8bd790fec56c
Author: iverase <iv...@apache.org>
AuthorDate: Fri Jul 29 10:08:42 2022 +0200

    Add back-compat indices for 9.3.0
---
 .../backward_index/TestBackwardsCompatibility.java     |   7 +++++--
 .../apache/lucene/backward_index/index.9.3.0-cfs.zip   | Bin 0 -> 17668 bytes
 .../apache/lucene/backward_index/index.9.3.0-nocfs.zip | Bin 0 -> 20095 bytes
 .../org/apache/lucene/backward_index/sorted.9.3.0.zip  | Bin 0 -> 131974 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 156eb814a52..04540ca996d 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
@@ -406,7 +406,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "9.1.0-cfs",
     "9.1.0-nocfs",
     "9.2.0-cfs",
-    "9.2.0-nocfs"
+    "9.2.0-nocfs",
+    "9.3.0-cfs",
+    "9.3.0-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -441,7 +443,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.8.11.2",
     "sorted.9.0.0",
     "sorted.9.1.0",
-    "sorted.9.2.0"
+    "sorted.9.2.0",
+    "sorted.9.3.0"
   };
 
   public static String[] getOldSortedNames() {
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.3.0-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.3.0-cfs.zip
new file mode 100644
index 00000000000..f5e60987f74
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.3.0-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.3.0-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.3.0-nocfs.zip
new file mode 100644
index 00000000000..dacc192b4bb
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.3.0-nocfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/sorted.9.3.0.zip b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/sorted.9.3.0.zip
new file mode 100644
index 00000000000..60ef4144e80
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/sorted.9.3.0.zip differ