add collection core attribute to built in single core solr.xml file

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1432774 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2013-01-14 00:52:16 +00:00
parent 7b24c2b602
commit 708d5890c5
1 changed files with 1 additions and 1 deletions

View File

@ -1635,6 +1635,6 @@ public class CoreContainer
+ ">\n"
+ " <core name=\""
+ DEFAULT_DEFAULT_CORE_NAME
+ "\" shard=\"${shard:}\" instanceDir=\"collection1\" />\n"
+ "\" shard=\"${shard:}\" collection=\"${collection:}\" instanceDir=\"collection1\" />\n"
+ " </cores>\n" + "</solr>";
}