You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2014/03/25 13:23:47 UTC

svn commit: r1581304 - in /lucene/dev/branches/branch_4x/solr: ./ contrib/ contrib/clustering/src/test/org/apache/solr/handler/clustering/carrot2/ licenses/

Author: dweiss
Date: Tue Mar 25 12:23:47 2014
New Revision: 1581304

URL: http://svn.apache.org/r1581304
Log:
SOLR-5909: Upgrade Carrot2 clustering dependency to 3.9.0

Added:
    lucene/dev/branches/branch_4x/solr/licenses/attributes-binder-1.2.1.jar.sha1
      - copied unchanged from r1581299, lucene/dev/trunk/solr/licenses/attributes-binder-1.2.1.jar.sha1
    lucene/dev/branches/branch_4x/solr/licenses/carrot2-mini-3.9.0.jar.sha1
      - copied unchanged from r1581299, lucene/dev/trunk/solr/licenses/carrot2-mini-3.9.0.jar.sha1
Removed:
    lucene/dev/branches/branch_4x/solr/licenses/attributes-binder-1.2.0.jar.sha1
    lucene/dev/branches/branch_4x/solr/licenses/carrot2-mini-3.8.0.jar.sha1
Modified:
    lucene/dev/branches/branch_4x/solr/   (props changed)
    lucene/dev/branches/branch_4x/solr/CHANGES.txt
    lucene/dev/branches/branch_4x/solr/contrib/   (props changed)
    lucene/dev/branches/branch_4x/solr/contrib/clustering/src/test/org/apache/solr/handler/clustering/carrot2/CarrotClusteringEngineTest.java
    lucene/dev/branches/branch_4x/solr/licenses/   (props changed)

Modified: lucene/dev/branches/branch_4x/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/CHANGES.txt?rev=1581304&r1=1581303&r2=1581304&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_4x/solr/CHANGES.txt Tue Mar 25 12:23:47 2014
@@ -25,7 +25,7 @@ $Id$
 Versions of Major Components
 ---------------------
 Apache Tika 1.5
-Carrot2 3.8.0
+Carrot2 3.9.0
 Velocity 1.7 and Velocity Tools 2.0
 Apache UIMA 2.3.1
 Apache ZooKeeper 3.4.6
@@ -131,6 +131,8 @@ Optimizations
 Other Changes
 ---------------------
 
+* SOLR-5909: Upgrade Carrot2 clustering dependency to 3.9.0. (Dawid Weiss)
+
 * SOLR-5764: Fix recently added tests to not use absolute paths to load test-files,
   use SolrTestCaseJ4.getFile() and getResource() instead; fix morphlines/map-reduce
   to not duplicate test resources and fix dependencies among them.

Modified: lucene/dev/branches/branch_4x/solr/contrib/clustering/src/test/org/apache/solr/handler/clustering/carrot2/CarrotClusteringEngineTest.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/contrib/clustering/src/test/org/apache/solr/handler/clustering/carrot2/CarrotClusteringEngineTest.java?rev=1581304&r1=1581303&r2=1581304&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/contrib/clustering/src/test/org/apache/solr/handler/clustering/carrot2/CarrotClusteringEngineTest.java (original)
+++ lucene/dev/branches/branch_4x/solr/contrib/clustering/src/test/org/apache/solr/handler/clustering/carrot2/CarrotClusteringEngineTest.java Tue Mar 25 12:23:47 2014
@@ -120,7 +120,7 @@ public class CarrotClusteringEngineTest 
 
   @Test
   public void testCarrotStc() throws Exception {
-    checkEngine(getClusteringEngine("stc"), 2);
+    checkEngine(getClusteringEngine("stc"), 3);
   }
 
   @Test