You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2016/03/02 15:05:32 UTC

[4/7] lucene-solr git commit: ugprade moreterms index to 6.0.0

ugprade moreterms index to 6.0.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/73f11224
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/73f11224
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/73f11224

Branch: refs/heads/master
Commit: 73f112248b473d12429af01c70d0c5f6ac5f0ca2
Parents: 0fd7724
Author: Mike McCandless <mi...@apache.org>
Authored: Wed Mar 2 06:19:21 2016 -0500
Committer: Mike McCandless <mi...@apache.org>
Committed: Wed Mar 2 06:19:21 2016 -0500

----------------------------------------------------------------------
 .../lucene/index/TestBackwardsCompatibility.java  |   2 +-
 .../org/apache/lucene/index/moreterms.4.0.0.zip   | Bin 78661 -> 0 bytes
 .../org/apache/lucene/index/moreterms.5.0.0.zip   | Bin 78653 -> 0 bytes
 .../org/apache/lucene/index/moreterms.6.0.0.zip   | Bin 0 -> 157215 bytes
 4 files changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/73f11224/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 91a4fec..fa422df 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
@@ -1306,7 +1306,7 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     dir.close();
   }
 
-  public static final String moreTermsIndex = "moreterms.5.0.0.zip";
+  public static final String moreTermsIndex = "moreterms.6.0.0.zip";
 
   public void testMoreTerms() throws Exception {
     Path oldIndexDir = createTempDir("moreterms");

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/73f11224/lucene/backward-codecs/src/test/org/apache/lucene/index/moreterms.4.0.0.zip
----------------------------------------------------------------------
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/moreterms.4.0.0.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/moreterms.4.0.0.zip
deleted file mode 100644
index 53ad7ce..0000000
Binary files a/lucene/backward-codecs/src/test/org/apache/lucene/index/moreterms.4.0.0.zip and /dev/null differ

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/73f11224/lucene/backward-codecs/src/test/org/apache/lucene/index/moreterms.5.0.0.zip
----------------------------------------------------------------------
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/moreterms.5.0.0.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/moreterms.5.0.0.zip
deleted file mode 100644
index 0adfe69..0000000
Binary files a/lucene/backward-codecs/src/test/org/apache/lucene/index/moreterms.5.0.0.zip and /dev/null differ

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/73f11224/lucene/backward-codecs/src/test/org/apache/lucene/index/moreterms.6.0.0.zip
----------------------------------------------------------------------
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/moreterms.6.0.0.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/moreterms.6.0.0.zip
new file mode 100644
index 0000000..77c448d
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/moreterms.6.0.0.zip differ