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 2009/12/24 16:41:59 UTC

svn commit: r893782 - /lucene/solr/trunk/example/solr/conf/schema.xml

Author: yonik
Date: Thu Dec 24 15:41:58 2009
New Revision: 893782

URL: http://svn.apache.org/viewvc?rev=893782&view=rev
Log:
add doc to point type in example schema

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

Modified: lucene/solr/trunk/example/solr/conf/schema.xml
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/example/solr/conf/schema.xml?rev=893782&r1=893781&r2=893782&view=diff
==============================================================================
--- lucene/solr/trunk/example/solr/conf/schema.xml (original)
+++ lucene/solr/trunk/example/solr/conf/schema.xml Thu Dec 24 15:41:58 2009
@@ -404,6 +404,8 @@
         indexed in fields myloc_0___double,myloc_1___double.
       Example: if subFieldSuffix="_d" then the coordinates would be indexed
         in fields myloc_0_d,myloc_1_d
+      The subFields are an implementation detail of the fieldType, and end
+      users normally should not need to know about them.
      -->
     <fieldType name="location" class="solr.PointType" dimension="2" subFieldType="double"/>