You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2022/11/23 09:35:19 UTC

[lucene] branch main updated: Add back-compat indices for 9.4.2

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

jpountz 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 8bdc59ce673 Add back-compat indices for 9.4.2
8bdc59ce673 is described below

commit 8bdc59ce673dd99b26bc58f5b7bd797d49ce8890
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Wed Nov 23 10:35:06 2022 +0100

    Add back-compat indices for 9.4.2
---
 .../backward_index/TestBackwardsCompatibility.java     |   7 +++++--
 .../apache/lucene/backward_index/index.9.4.2-cfs.zip   | Bin 0 -> 17801 bytes
 .../apache/lucene/backward_index/index.9.4.2-nocfs.zip | Bin 0 -> 17819 bytes
 .../org/apache/lucene/backward_index/sorted.9.4.2.zip  | Bin 0 -> 139933 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 14c5c6fb1c6..cb06379d41f 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
@@ -361,7 +361,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "9.4.0-cfs",
     "9.4.0-nocfs",
     "9.4.1-cfs",
-    "9.4.1-nocfs"
+    "9.4.1-nocfs",
+    "9.4.2-cfs",
+    "9.4.2-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -374,7 +376,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.9.2.0",
     "sorted.9.3.0",
     "sorted.9.4.0",
-    "sorted.9.4.1"
+    "sorted.9.4.1",
+    "sorted.9.4.2"
   };
 
   public static String[] getOldSortedNames() {
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.4.2-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.4.2-cfs.zip
new file mode 100644
index 00000000000..c1cb495710d
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.4.2-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.4.2-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.4.2-nocfs.zip
new file mode 100644
index 00000000000..66e52ce285b
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.4.2-nocfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/sorted.9.4.2.zip b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/sorted.9.4.2.zip
new file mode 100644
index 00000000000..8d6e93c3d6b
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/sorted.9.4.2.zip differ