You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2021/02/12 23:51:47 UTC

[lucene-solr] branch branch_8_8 updated: Add back-compat indices for 8.8.0

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

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


The following commit(s) were added to refs/heads/branch_8_8 by this push:
     new 4abeba8  Add back-compat indices for 8.8.0
4abeba8 is described below

commit 4abeba8c139eb92a6607efc9aa514676f9088986
Author: noblepaul <no...@gmail.com>
AuthorDate: Sat Feb 13 10:51:22 2021 +1100

    Add back-compat indices for 8.8.0
---
 .../lucene/index/TestBackwardsCompatibility.java       |   7 +++++--
 .../test/org/apache/lucene/index/index.8.8.0-cfs.zip   | Bin 0 -> 16897 bytes
 .../test/org/apache/lucene/index/index.8.8.0-nocfs.zip | Bin 0 -> 16915 bytes
 .../src/test/org/apache/lucene/index/sorted.8.8.0.zip  | Bin 0 -> 137905 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 666adab..c4006e1 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
@@ -346,7 +346,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "8.6.3-cfs",
     "8.6.3-nocfs",
     "8.7.0-cfs",
-    "8.7.0-nocfs"
+    "8.7.0-nocfs",
+    "8.8.0-cfs",
+    "8.8.0-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -383,7 +385,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.8.6.1",
     "sorted.8.6.2",
     "sorted.8.6.3",
-    "sorted.8.7.0"
+    "sorted.8.7.0",
+    "sorted.8.8.0"
   };
 
   public static String[] getOldSortedNames() {
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.8.0-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.8.0-cfs.zip
new file mode 100644
index 0000000..ec93ca9
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.8.0-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.8.0-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.8.0-nocfs.zip
new file mode 100644
index 0000000..cae5e61
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.8.0-nocfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.8.0.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.8.0.zip
new file mode 100644
index 0000000..30150b4
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.8.0.zip differ