SOLR-1586 - typo

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@894308 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2009-12-29 03:56:34 +00:00
parent ed5949c38c
commit 4fbcdb8cf7
1 changed files with 1 additions and 1 deletions

View File

@ -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.