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/02/22 08:35:58 UTC

[lucene-solr] branch branch_7_7 updated: Adding backward compatibility indexes for 7.7.0

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

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


The following commit(s) were added to refs/heads/branch_7_7 by this push:
     new 99f0ee2  Adding backward compatibility indexes for 7.7.0
99f0ee2 is described below

commit 99f0ee212a14852811beecdaa0e409e93edca855
Author: Ishan Chattopadhyaya <is...@apache.org>
AuthorDate: Fri Feb 22 14:04:50 2019 +0530

    Adding backward compatibility indexes for 7.7.0
---
 .../apache/lucene/index/TestBackwardsCompatibility.java |   7 +++++--
 .../test/org/apache/lucene/index/index.7.7.0-cfs.zip    | Bin 0 -> 15724 bytes
 .../test/org/apache/lucene/index/index.7.7.0-nocfs.zip  | Bin 0 -> 15696 bytes
 .../src/test/org/apache/lucene/index/sorted.7.7.0.zip   | Bin 0 -> 93386 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 6ace38d..05387c8 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
@@ -340,7 +340,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "7.5.0-cfs",
     "7.5.0-nocfs",
     "7.6.0-cfs",
-    "7.6.0-nocfs"
+    "7.6.0-nocfs",
+    "7.7.0-cfs",
+    "7.7.0-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -371,7 +373,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.7.3.1",
     "sorted.7.4.0",
     "sorted.7.5.0",
-    "sorted.7.6.0"
+    "sorted.7.6.0",
+    "sorted.7.7.0"
   };
 
   public static String[] getOldSortedNames() {
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.0-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.0-cfs.zip
new file mode 100644
index 0000000..a033889
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.0-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.0-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.0-nocfs.zip
new file mode 100644
index 0000000..c2e23b4
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.0-nocfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.7.7.0.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.7.7.0.zip
new file mode 100644
index 0000000..a5c71b9
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.7.7.0.zip differ