mirror of https://github.com/apache/lucene.git
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:
parent
466530addf
commit
ed6c358386
|
@ -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])));
|
||||
|
|
Loading…
Reference in New Issue