You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2021/03/10 09:53:35 UTC

[lucene] 03/04: Add back-compat indices for 8.6.3

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

dweiss pushed a commit to branch branch_8_6
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit 690eb657e6e5ae00ce09250472988876ae2f5aa8
Author: Jason Gerlowski <ja...@lucidworks.com>
AuthorDate: Fri Oct 9 11:10:21 2020 -0400

    Add back-compat indices for 8.6.3
---
 .../lucene/index/TestBackwardsCompatibility.java       |   7 +++++--
 .../test/org/apache/lucene/index/index.8.6.3-cfs.zip   | Bin 0 -> 16425 bytes
 .../test/org/apache/lucene/index/index.8.6.3-nocfs.zip | Bin 0 -> 16421 bytes
 .../src/test/org/apache/lucene/index/sorted.8.6.3.zip  | Bin 0 -> 135158 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 5e8dcb1..a92fd29 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
@@ -342,7 +342,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "8.6.1-cfs",
     "8.6.1-nocfs",
     "8.6.2-cfs",
-    "8.6.2-nocfs"
+    "8.6.2-nocfs",
+    "8.6.3-cfs",
+    "8.6.3-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -377,7 +379,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.8.5.2",
     "sorted.8.6.0",
     "sorted.8.6.1",
-    "sorted.8.6.2"
+    "sorted.8.6.2",
+    "sorted.8.6.3"
   };
 
   public static String[] getOldSortedNames() {
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.6.3-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.6.3-cfs.zip
new file mode 100644
index 0000000..f4161f0
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.6.3-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.6.3-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.6.3-nocfs.zip
new file mode 100644
index 0000000..9faa9b8
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.6.3-nocfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.6.3.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.6.3.zip
new file mode 100644
index 0000000..6380595
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.6.3.zip differ