From 6be973b1a42bdbc574fedbaa79c082b644c68930 Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Mon, 15 Mar 2010 19:51:34 +0000 Subject: [PATCH] the result difference is now explained, due to LUCENE-2286 git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/branches/solr@923409 13f79535-47bb-0310-9956-ffa450edef68 --- .../handler/clustering/carrot2/CarrotClusteringEngineTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/clustering/src/test/java/org/apache/solr/handler/clustering/carrot2/CarrotClusteringEngineTest.java b/contrib/clustering/src/test/java/org/apache/solr/handler/clustering/carrot2/CarrotClusteringEngineTest.java index 3a77d3a7414..395cf01775d 100644 --- a/contrib/clustering/src/test/java/org/apache/solr/handler/clustering/carrot2/CarrotClusteringEngineTest.java +++ b/contrib/clustering/src/test/java/org/apache/solr/handler/clustering/carrot2/CarrotClusteringEngineTest.java @@ -45,7 +45,6 @@ public class CarrotClusteringEngineTest extends AbstractClusteringTest { checkEngine(getClusteringEngine("default"), 10); } - // nocommit, what is wrong with this test: get the carrot2 guys to investigate public void testProduceSummary() throws Exception { ModifiableSolrParams solrParams = new ModifiableSolrParams(); solrParams.add(CarrotParams.SNIPPET_FIELD_NAME, "snippet");