mirror of https://github.com/apache/lucene.git
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:
parent
7b24c2b602
commit
708d5890c5
|
@ -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>";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue