You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ro...@apache.org on 2023/05/10 08:10:02 UTC

[lucene] branch branch_9_6 updated: Add back-compat indices for 9.6.0

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

romseygeek pushed a commit to branch branch_9_6
in repository https://gitbox.apache.org/repos/asf/lucene.git


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

commit f34f925a99eba44583cdb65681e0622f75053b7e
Author: Alan Woodward <ro...@apache.org>
AuthorDate: Wed May 10 09:09:56 2023 +0100

    Add back-compat indices for 9.6.0
---
 .../backward_index/TestBackwardsCompatibility.java     |   7 +++++--
 .../apache/lucene/backward_index/index.9.6.0-cfs.zip   | Bin 0 -> 17515 bytes
 .../apache/lucene/backward_index/index.9.6.0-nocfs.zip | Bin 0 -> 17507 bytes
 .../org/apache/lucene/backward_index/sorted.9.6.0.zip  | Bin 0 -> 132763 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 d030777e378..40541f505be 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
@@ -419,7 +419,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "9.4.2-cfs",
     "9.4.2-nocfs",
     "9.5.0-cfs",
-    "9.5.0-nocfs"
+    "9.5.0-nocfs",
+    "9.6.0-cfs",
+    "9.6.0-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -459,7 +461,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.9.4.0",
     "sorted.9.4.1",
     "sorted.9.4.2",
-    "sorted.9.5.0"
+    "sorted.9.5.0",
+    "sorted.9.6.0"
   };
 
   public static String[] getOldSortedNames() {
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.6.0-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.6.0-cfs.zip
new file mode 100644
index 00000000000..bdc69dd2179
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.6.0-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.6.0-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.6.0-nocfs.zip
new file mode 100644
index 00000000000..b292e0aca8b
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.6.0-nocfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/sorted.9.6.0.zip b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/sorted.9.6.0.zip
new file mode 100644
index 00000000000..63cad57e7b7
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/sorted.9.6.0.zip differ