SOLR-2282: rename solr-clustering to solr

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1058162 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Koji Sekiguchi 2011-01-12 14:58:49 +00:00
parent 466530addf
commit ed6c358386
8 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ public abstract class AbstractClusteringTestCase extends SolrTestCaseJ4 {
@BeforeClass
public static void beforeClass() throws Exception {
initCore("solrconfig.xml", "schema.xml", "solr-clustering");
initCore("solrconfig.xml", "schema.xml", "solr");
numberOfDocs = 0;
for (String[] doc : DOCUMENTS) {
assertNull(h.validateUpdate(adoc("id", Integer.toString(numberOfDocs), "url", doc[0], "title", doc[1], "snippet", doc[2])));