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 2022/05/24 14:32:56 UTC

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

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

romseygeek 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 6bf3162c598 Add back-compat indices for 9.2.0
6bf3162c598 is described below

commit 6bf3162c5982fac63c42bf13ee71e01a6c0c321c
Author: Alan Woodward <ro...@apache.org>
AuthorDate: Tue May 24 15:32:43 2022 +0100

    Add back-compat indices for 9.2.0
---
 .../backward_index/TestBackwardsCompatibility.java     |   7 +++++--
 .../apache/lucene/backward_index/index.9.2.0-cfs.zip   | Bin 0 -> 17801 bytes
 .../apache/lucene/backward_index/index.9.2.0-nocfs.zip | Bin 0 -> 17802 bytes
 .../org/apache/lucene/backward_index/sorted.9.2.0.zip  | Bin 0 -> 137068 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 ea613b97ea7..fcb1c8eb40a 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
@@ -402,7 +402,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "9.0.0-cfs",
     "9.0.0-nocfs",
     "9.1.0-cfs",
-    "9.1.0-nocfs"
+    "9.1.0-nocfs",
+    "9.2.0-cfs",
+    "9.2.0-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -435,7 +437,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.8.11.0",
     "sorted.8.11.1",
     "sorted.9.0.0",
-    "sorted.9.1.0"
+    "sorted.9.1.0",
+    "sorted.9.2.0"
   };
 
   public static String[] getOldSortedNames() {
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.2.0-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.2.0-cfs.zip
new file mode 100644
index 00000000000..096dd104755
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.2.0-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.2.0-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.2.0-nocfs.zip
new file mode 100644
index 00000000000..8da1652117b
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.2.0-nocfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/sorted.9.2.0.zip b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/sorted.9.2.0.zip
new file mode 100644
index 00000000000..9dbf22b8380
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/sorted.9.2.0.zip differ