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

[38/54] [abbrv] lucene-solr:jira/solr-11702: Add 7.2.0 backcompat indices.

Add 7.2.0 backcompat indices.


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/69e9f179
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/69e9f179
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/69e9f179

Branch: refs/heads/jira/solr-11702
Commit: 69e9f1797664810afeb918531e1778a25e8145a8
Parents: ba2ef4a
Author: Adrien Grand <jp...@gmail.com>
Authored: Thu Dec 21 09:05:00 2017 +0100
Committer: Adrien Grand <jp...@gmail.com>
Committed: Thu Dec 21 09:05:00 2017 +0100

----------------------------------------------------------------------
 .../lucene/index/TestBackwardsCompatibility.java   |   7 +++++--
 .../org/apache/lucene/index/index.7.2.0-cfs.zip    | Bin 0 -> 15641 bytes
 .../org/apache/lucene/index/index.7.2.0-nocfs.zip  | Bin 0 -> 15629 bytes
 .../test/org/apache/lucene/index/sorted.7.2.0.zip  | Bin 0 -> 87935 bytes
 4 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/69e9f179/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
----------------------------------------------------------------------
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 0ba6fa3..98e7aaf 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
@@ -291,7 +291,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "7.0.1-cfs",
     "7.0.1-nocfs",
     "7.1.0-cfs",
-    "7.1.0-nocfs"
+    "7.1.0-nocfs",
+    "7.2.0-cfs",
+    "7.2.0-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -301,7 +303,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
   final static String[] oldSortedNames = {
     "sorted.7.0.0",
     "sorted.7.0.1",
-    "sorted.7.1.0"
+    "sorted.7.1.0",
+    "sorted.7.2.0"
   };
 
   public static String[] getOldSortedNames() {

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/69e9f179/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.2.0-cfs.zip
----------------------------------------------------------------------
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.2.0-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.2.0-cfs.zip
new file mode 100644
index 0000000..5dc88f0
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.2.0-cfs.zip differ

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/69e9f179/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.2.0-nocfs.zip
----------------------------------------------------------------------
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.2.0-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.2.0-nocfs.zip
new file mode 100644
index 0000000..da79b30
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.2.0-nocfs.zip differ

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/69e9f179/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.7.2.0.zip
----------------------------------------------------------------------
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.7.2.0.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.7.2.0.zip
new file mode 100644
index 0000000..30dcec7
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.7.2.0.zip differ