You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ji...@apache.org on 2017/04/09 20:42:32 UTC

lucene-solr:branch_6_5: Add backcompat indices for 6.5.0

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6_5 fa827447f -> f88f85003


Add backcompat indices for 6.5.0


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

Branch: refs/heads/branch_6_5
Commit: f88f850034eee845b8021af47ecffc9c42aa8539
Parents: fa82744
Author: Jim Ferenczi <ji...@elastic.co>
Authored: Sun Apr 9 22:42:16 2017 +0200
Committer: Jim Ferenczi <ji...@elastic.co>
Committed: Sun Apr 9 22:42:16 2017 +0200

----------------------------------------------------------------------
 .../lucene/index/TestBackwardsCompatibility.java   |   4 +++-
 .../org/apache/lucene/index/index.6.5.0-cfs.zip    | Bin 0 -> 15827 bytes
 .../org/apache/lucene/index/index.6.5.0-nocfs.zip  | Bin 0 -> 15835 bytes
 3 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/f88f8500/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 494ac3c..cc11338 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
@@ -325,7 +325,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
       "6.4.1-cfs",
       "6.4.1-nocfs",
       "6.4.2-cfs",
-      "6.4.2-nocfs"
+      "6.4.2-nocfs",
+      "6.5.0-cfs",
+      "6.5.0-nocfs"
   };
   
   final String[] unsupportedNames = {

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

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