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 2021/11/17 10:31:14 UTC

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

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

jpountz 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 7806220  Add back-compat indices for 8.11.0
7806220 is described below

commit 78062202c2d2ed6a57fae082f838c8d903fbe78a
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Wed Nov 17 11:30:50 2021 +0100

    Add back-compat indices for 8.11.0
---
 .../lucene/index/TestBackwardsCompatibility.java       |   7 +++++--
 .../test/org/apache/lucene/index/index.8.11.0-cfs.zip  | Bin 0 -> 16976 bytes
 .../org/apache/lucene/index/index.8.11.0-nocfs.zip     | Bin 0 -> 16976 bytes
 .../src/test/org/apache/lucene/index/sorted.8.11.0.zip | Bin 0 -> 135586 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 c3e51d3..7362cef 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
@@ -363,7 +363,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "8.10.0-cfs",
     "8.10.0-nocfs",
     "8.10.1-cfs",
-    "8.10.1-nocfs"
+    "8.10.1-nocfs",
+    "8.11.0-cfs",
+    "8.11.0-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -406,7 +408,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.8.8.2",
     "sorted.8.9.0",
     "sorted.8.10.0",
-    "sorted.8.10.1"
+    "sorted.8.10.1",
+    "sorted.8.11.0"
   };
 
   public static String[] getOldSortedNames() {
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.11.0-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.11.0-cfs.zip
new file mode 100644
index 0000000..9594dc6
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.11.0-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.11.0-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.11.0-nocfs.zip
new file mode 100644
index 0000000..58411e1
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.11.0-nocfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.11.0.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.11.0.zip
new file mode 100644
index 0000000..e55acdf
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.11.0.zip differ