You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2023/01/30 19:50:54 UTC

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

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

javanna 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 73e2ae2705e Add back-compat indices for 9.5.0
73e2ae2705e is described below

commit 73e2ae2705ed525a036972f6df089af478f3b534
Author: Luca Cavanna <ja...@apache.org>
AuthorDate: Mon Jan 30 20:50:01 2023 +0100

    Add back-compat indices for 9.5.0
---
 .../backward_index/TestBackwardsCompatibility.java     |   7 +++++--
 .../apache/lucene/backward_index/index.9.5.0-cfs.zip   | Bin 0 -> 17679 bytes
 .../apache/lucene/backward_index/index.9.5.0-nocfs.zip | Bin 0 -> 17703 bytes
 .../org/apache/lucene/backward_index/sorted.9.5.0.zip  | Bin 0 -> 139941 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 dc432c0c011..a2790d873c6 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
@@ -365,7 +365,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "9.4.1-cfs",
     "9.4.1-nocfs",
     "9.4.2-cfs",
-    "9.4.2-nocfs"
+    "9.4.2-nocfs",
+    "9.5.0-cfs",
+    "9.5.0-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -379,7 +381,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.9.3.0",
     "sorted.9.4.0",
     "sorted.9.4.1",
-    "sorted.9.4.2"
+    "sorted.9.4.2",
+    "sorted.9.5.0"
   };
 
   public static String[] getOldSortedNames() {
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.5.0-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.5.0-cfs.zip
new file mode 100644
index 00000000000..7799fb024d8
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.5.0-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.5.0-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.5.0-nocfs.zip
new file mode 100644
index 00000000000..eb010d811ac
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.9.5.0-nocfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/sorted.9.5.0.zip b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/sorted.9.5.0.zip
new file mode 100644
index 00000000000..41e0db09f78
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/sorted.9.5.0.zip differ