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 2021/12/16 11:56:40 UTC

[lucene-solr] branch branch_8_11 updated: Add back-compat indices for 8.11.1

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

janhoy pushed a commit to branch branch_8_11
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8_11 by this push:
     new 9cf177b  Add back-compat indices for 8.11.1
9cf177b is described below

commit 9cf177b15077e56b285ea43a9958e67e52b3d59e
Author: Jan Høydahl <ja...@cominvent.com>
AuthorDate: Thu Dec 16 12:56:30 2021 +0100

    Add back-compat indices for 8.11.1
---
 .../lucene/index/TestBackwardsCompatibility.java       |   7 +++++--
 .../test/org/apache/lucene/index/index.8.11.1-cfs.zip  | Bin 0 -> 16993 bytes
 .../org/apache/lucene/index/index.8.11.1-nocfs.zip     | Bin 0 -> 16981 bytes
 .../src/test/org/apache/lucene/index/sorted.8.11.1.zip | Bin 0 -> 137526 bytes
 4 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java b/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
index 7362cef..8ebc150 100644
--- a/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
+++ b/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
@@ -365,7 +365,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "8.10.1-cfs",
     "8.10.1-nocfs",
     "8.11.0-cfs",
-    "8.11.0-nocfs"
+    "8.11.0-nocfs",
+    "8.11.1-cfs",
+    "8.11.1-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -409,7 +411,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.8.9.0",
     "sorted.8.10.0",
     "sorted.8.10.1",
-    "sorted.8.11.0"
+    "sorted.8.11.0",
+    "sorted.8.11.1"
   };
 
   public static String[] getOldSortedNames() {
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.11.1-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.11.1-cfs.zip
new file mode 100644
index 0000000..2d7aa2a
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.11.1-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.11.1-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.11.1-nocfs.zip
new file mode 100644
index 0000000..c5ed9f1
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.11.1-nocfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.11.1.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.11.1.zip
new file mode 100644
index 0000000..6358c55
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.11.1.zip differ