small tweak to example multicore schemas -- make the schema names a little more distinct from core names so it's clear which is which when looking at admin screens

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@672962 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2008-07-01 00:25:55 +00:00
parent ceebb01ec2
commit 5d79d6bfe9
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
limitations under the License.
-->
<schema name="example core0" version="1.1">
<schema name="example core zero" version="1.1">
<types>
<fieldtype name="string" class="solr.StrField" sortMissingLast="true" omitNorms="true"/>
</types>

View File

@ -16,7 +16,7 @@
limitations under the License.
-->
<schema name="example core1" version="1.1">
<schema name="example core one" version="1.1">
<types>
<fieldtype name="string" class="solr.StrField" sortMissingLast="true" omitNorms="true"/>
</types>