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

[lucene-solr] branch master updated: Add back-compat indices for 8.3.1

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2096b1a  Add back-compat indices for 8.3.1
2096b1a is described below

commit 2096b1a52e2d9b57d4683ada68d19f1cd0a1782b
Author: Ishan Chattopadhyaya <is...@apache.org>
AuthorDate: Wed Dec 4 10:17:27 2019 +0530

    Add back-compat indices for 8.3.1
---
 .../apache/lucene/index/TestBackwardsCompatibility.java |   7 +++++--
 .../test/org/apache/lucene/index/index.8.3.1-cfs.zip    | Bin 0 -> 15677 bytes
 .../test/org/apache/lucene/index/index.8.3.1-nocfs.zip  | Bin 0 -> 15696 bytes
 .../src/test/org/apache/lucene/index/sorted.8.3.1.zip   | Bin 0 -> 87919 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 5baafec..67389d4 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
@@ -296,7 +296,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "8.2.0-cfs",
     "8.2.0-nocfs",
     "8.3.0-cfs",
-    "8.3.0-nocfs"
+    "8.3.0-nocfs",
+    "8.3.1-cfs",
+    "8.3.1-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -308,7 +310,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.8.1.0",
     "sorted.8.1.1",
     "sorted.8.2.0",
-    "sorted.8.3.0"
+    "sorted.8.3.0",
+    "sorted.8.3.1"
   };
 
   public static String[] getOldSortedNames() {
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.3.1-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.3.1-cfs.zip
new file mode 100644
index 0000000..a3cc0c6
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.3.1-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.3.1-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.3.1-nocfs.zip
new file mode 100644
index 0000000..6e64b9e
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.3.1-nocfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.3.1.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.3.1.zip
new file mode 100644
index 0000000..3d82639
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.3.1.zip differ