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:07:41 UTC

[lucene] branch branch_9_3 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_9_3
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/branch_9_3 by this push:
     new b9be8d8ce5a Add back-compat indices for 9.3.0
b9be8d8ce5a is described below

commit b9be8d8ce5ad6971918d83ab7f9038e48e9422a0
Author: iverase <iv...@apache.org>
AuthorDate: Fri Jul 29 10:07:35 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 -> 17661 bytes
 .../apache/lucene/backward_index/index.9.3.0-nocfs.zip | Bin 0 -> 17682 bytes
 .../org/apache/lucene/backward_index/sorted.9.3.0.zip  | Bin 0 -> 135458 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..9b72710d5c7
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..e35e7342d28
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..3c076f2c142
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/sorted.9.3.0.zip differ