mirror of https://github.com/apache/lucene.git
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:
parent
ceebb01ec2
commit
5d79d6bfe9
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue