You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by ho...@apache.org on 2008/07/01 02:25:56 UTC

svn commit: r672962 - in /lucene/solr/trunk/example/multicore: core0/conf/schema.xml core1/conf/schema.xml

Author: hossman
Date: Mon Jun 30 17:25:55 2008
New Revision: 672962

URL: http://svn.apache.org/viewvc?rev=672962&view=rev
Log:
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

Modified:
    lucene/solr/trunk/example/multicore/core0/conf/schema.xml
    lucene/solr/trunk/example/multicore/core1/conf/schema.xml

Modified: lucene/solr/trunk/example/multicore/core0/conf/schema.xml
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/example/multicore/core0/conf/schema.xml?rev=672962&r1=672961&r2=672962&view=diff
==============================================================================
--- lucene/solr/trunk/example/multicore/core0/conf/schema.xml (original)
+++ lucene/solr/trunk/example/multicore/core0/conf/schema.xml Mon Jun 30 17:25:55 2008
@@ -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>

Modified: lucene/solr/trunk/example/multicore/core1/conf/schema.xml
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/example/multicore/core1/conf/schema.xml?rev=672962&r1=672961&r2=672962&view=diff
==============================================================================
--- lucene/solr/trunk/example/multicore/core1/conf/schema.xml (original)
+++ lucene/solr/trunk/example/multicore/core1/conf/schema.xml Mon Jun 30 17:25:55 2008
@@ -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>