Author: ryan
Date: Tue Dec 29 03:56:34 2009
New Revision: 894308

URL: http://svn.apache.org/viewvc?rev=894308&view=rev
Log:
SOLR-1586 - typo

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=894308&r1=894307&r2=894308&view=diff
==============================================================================
--- lucene/solr/trunk/example/solr/conf/schema.xml (original)
+++ lucene/solr/trunk/example/solr/conf/schema.xml Tue Dec 29 03:56:34 2009
@@ -417,7 +417,7 @@
     <fieldtype name="geohash" class="solr.GeoHashField"/>
 
     <!--
-      A SpatialTielField is like a set of zoom levels on an interactive map 
(i.e. Google Maps or MapQuest).  It takes a lat/lon
+      A SpatialTileField is like a set of zoom levels on an interactive map 
(i.e. Google Maps or MapQuest).  It takes a lat/lon
       field and indexes it into (end - start) different fields, each 
representing a different zoom level.
       This can then be leveraged to quickly narrow the search space by 
creating a filter, at an appropriate tier level,
       that only has to enumerate a minimum number of terms.


Reply via email to