[ https://issues.apache.org/jira/browse/SOLR-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12760238#action_12760238 ]
Stanislaw Osinski commented on SOLR-1314: ----------------------------------------- The required change is right at the end of the big diff: {noformat} Index: contrib/clustering/src/test/java/org/apache/solr/handler/clustering/carrot2/CarrotClusteringEngineTest.java =================================================================== --- contrib/clustering/src/test/java/org/apache/solr/handler/clustering/carrot2/CarrotClusteringEngineTest.java (revision 819270) +++ contrib/clustering/src/test/java/org/apache/solr/handler/clustering/carrot2/CarrotClusteringEngineTest.java (working copy) @@ -40,11 +40,11 @@ @SuppressWarnings("unchecked") public class CarrotClusteringEngineTest extends AbstractClusteringTest { public void testCarrotLingo() throws Exception { - checkEngine(getClusteringEngine("default"), 9); + checkEngine(getClusteringEngine("default"), 10); } public void testCarrotStc() throws Exception { - checkEngine(getClusteringEngine("stc"), 2); + checkEngine(getClusteringEngine("stc"), 1); } public void testWithoutSubclusters() throws Exception { {noformat} > Upgrade Carrot2 to version 3.1.0 > -------------------------------- > > Key: SOLR-1314 > URL: https://issues.apache.org/jira/browse/SOLR-1314 > Project: Solr > Issue Type: Task > Reporter: Stanislaw Osinski > Assignee: Grant Ingersoll > Fix For: 1.4 > > Attachments: SOLR-1314.patch > > > As soon as Lucene 2.9 is releases, Carrot2 3.1.0 will come out with bug fixes > in clustering algorithms and improved clustering in Chinese. The upgrade > should be a matter of upgrading {{carrot2-mini.jar}} and > {{google-collections.jar}}. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.