Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@minotaur.apache.org Received: (qmail 39293 invoked from network); 28 Sep 2009 13:14:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Sep 2009 13:14:38 -0000 Received: (qmail 99110 invoked by uid 500); 28 Sep 2009 13:14:38 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 99029 invoked by uid 500); 28 Sep 2009 13:14:37 -0000 Mailing-List: contact solr-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-dev@lucene.apache.org Received: (qmail 99019 invoked by uid 99); 28 Sep 2009 13:14:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Sep 2009 13:14:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Sep 2009 13:14:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 12DEA234C044 for ; Mon, 28 Sep 2009 06:14:16 -0700 (PDT) Message-ID: <212953828.1254143656076.JavaMail.jira@brutus> Date: Mon, 28 Sep 2009 06:14:16 -0700 (PDT) From: "Stanislaw Osinski (JIRA)" To: solr-dev@lucene.apache.org Subject: [jira] Commented: (SOLR-1314) Upgrade Carrot2 to version 3.1.0 In-Reply-To: <358022470.1248781515157.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ 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.