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:13:27 UTC

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


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

commit e1d2005df41f7894bb8831d83e6c329f7c041ce7
Author: iverase <iv...@apache.org>
AuthorDate: Fri Jul 29 10:13:20 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 -> 17726 bytes
 .../apache/lucene/backward_index/index.9.3.0-nocfs.zip | Bin 0 -> 17718 bytes
 .../org/apache/lucene/backward_index/sorted.9.3.0.zip  | Bin 0 -> 134177 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 a9046ae72ec..5732d0821c0 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
@@ -355,7 +355,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() {
@@ -365,7 +367,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
   static final String[] oldSortedNames = {
     "sorted.9.0.0", // Force on separate lines
     "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..a829ce4996d
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..3976ed4be70
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..21a97af6d4b
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/sorted.9.3.0.zip differ