SOLR-1314: cleans up Carrot2 implementation and upgrades it to latest release

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@819527 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Grant Ingersoll 2009-09-28 13:20:06 +00:00
parent 917d67e306
commit 720656ac12
11 changed files with 26 additions and 10 deletions

View File

@ -0,0 +1,14 @@
Apache Solr Clustering Implementation
Intro:
See http://wiki.apache.org/solr/ClusteringComponent
CHANGES
$Id:$
================== Release 1.4-dev ==================
Solr Clustering will be released for the first time in Solr 1.4. See http://wiki.apache.org/solr/ClusteringComponent
for details on using.

View File

@ -1,2 +0,0 @@
AnyObjectId[06a00de18c7ed6f96313327cc435db48975d9e19] was removed in git history.
Apache SVN contains full history.

View File

@ -0,0 +1,2 @@
AnyObjectId[5ca86c5e72b2953feb0b58fbd87f76d0301cbbf6] was removed in git history.
Apache SVN contains full history.

View File

@ -1,2 +0,0 @@
AnyObjectId[bb1dcd314deb13c412f2eab8abd54784d36ebd5a] was removed in git history.
Apache SVN contains full history.

View File

@ -0,0 +1,2 @@
AnyObjectId[85a0ab428be7c8913c120aa932a3d78f705fa73a] was removed in git history.
Apache SVN contains full history.

View File

@ -0,0 +1,2 @@
AnyObjectId[63dc866c7ad756bbd02ccd89cb9a8a5a61852778] was removed in git history.
Apache SVN contains full history.

View File

@ -1,2 +0,0 @@
AnyObjectId[967c8045c23297a8e7fd4fe565f71734e48fe3bb] was removed in git history.
Apache SVN contains full history.

View File

@ -1,2 +0,0 @@
AnyObjectId[cce3e8929ae214ea1221890ea4cd8d67d4b54fde] was removed in git history.
Apache SVN contains full history.

View File

@ -0,0 +1,2 @@
AnyObjectId[f6f425d4a0c127d5249d939b7a93b1250d454cdd] was removed in git history.
Apache SVN contains full history.

View File

@ -0,0 +1,2 @@
AnyObjectId[c1652907ebda1e69895d85730f4fc83e1160306e] was removed in git history.
Apache SVN contains full history.

View File

@ -40,11 +40,11 @@ import java.util.List;
@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 {