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 yo...@apache.org on 2006/09/22 16:45:49 UTC

svn commit: r448950 - /incubator/solr/trunk/example/solr/conf/schema.xml

Author: yonik
Date: Fri Sep 22 07:45:48 2006
New Revision: 448950

URL: http://svn.apache.org/viewvc?view=rev&rev=448950
Log:
clarify that schema version is not app level

Modified:
    incubator/solr/trunk/example/solr/conf/schema.xml

Modified: incubator/solr/trunk/example/solr/conf/schema.xml
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/example/solr/conf/schema.xml?view=diff&rev=448950&r1=448949&r2=448950
==============================================================================
--- incubator/solr/trunk/example/solr/conf/schema.xml (original)
+++ incubator/solr/trunk/example/solr/conf/schema.xml Fri Sep 22 07:45:48 2006
@@ -9,6 +9,13 @@
 -->
 
 <schema name="example" version="1.1">
+  <!-- attribute "name" is the name of this schema and is only used for display purposes.
+       Applications should change this to reflect the nature of the search collection.
+       version="1.1" is Solr's version number for the schema syntax and semantics.  It should
+       not normally be changed by applications.
+       1.0: multiValued attribute did not exist, all fields are multiValued by nature
+       1.1: multiValued attribute introduced, false by default -->
+
   <types>
     <!-- field type definitions. The "name" attribute is
          just a label to be used by field definitions.  The "class"