You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2021/10/19 00:41:36 UTC

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

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

mayya 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 6f67e82  Add back-compat indices for 8.10.1
6f67e82 is described below

commit 6f67e8287f19c4b3fedfaacc0312f987fcd2d5b7
Author: Mayya Sharipova <ma...@elastic.co>
AuthorDate: Mon Oct 18 20:38:34 2021 -0400

    Add back-compat indices for 8.10.1
---
 .../backward_index/TestBackwardsCompatibility.java     |   7 +++++--
 .../apache/lucene/backward_index/index.8.10.1-cfs.zip  | Bin 0 -> 16973 bytes
 .../lucene/backward_index/index.8.10.1-nocfs.zip       | Bin 0 -> 16973 bytes
 .../org/apache/lucene/backward_index/sorted.8.10.1.zip | Bin 0 -> 123379 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 f582705..ecc3b2a 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
@@ -374,7 +374,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "8.9.0-cfs",
     "8.9.0-nocfs",
     "8.10.0-cfs",
-    "8.10.0-nocfs"
+    "8.10.0-nocfs",
+    "8.10.1-cfs",
+    "8.10.1-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -402,7 +404,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.8.8.0",
     "sorted.8.8.1",
     "sorted.8.8.2",
-    "sorted.8.9.0"
+    "sorted.8.9.0",
+    "sorted.8.10.1"
   };
 
   public static String[] getOldSortedNames() {
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.8.10.1-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.8.10.1-cfs.zip
new file mode 100644
index 0000000..5782559
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.8.10.1-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.8.10.1-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.8.10.1-nocfs.zip
new file mode 100644
index 0000000..40e6e17
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/index.8.10.1-nocfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/sorted.8.10.1.zip b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/sorted.8.10.1.zip
new file mode 100644
index 0000000..9b949bd
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/sorted.8.10.1.zip differ