Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change 
notification.

The "SolrAdaptersForLuceneSpatial4" page has been changed by Bill Bell:
http://wiki.apache.org/solr/SolrAdaptersForLuceneSpatial4?action=diff&rev1=12&rev2=13

  
  The setup in schema.xml:
  
- <fieldType name="geohash"   class="solr.SpatialRecursivePrefixTreeFieldType" 
units="degrees" />
+ {{{     <fieldType name="geohash"   
class="solr.SpatialRecursivePrefixTreeFieldType" units="degrees" /> }}}
  
- <field name="store_geohash" type="geohash" indexed="true" stored="true"/>
+ {{{     <field name="store_geohash" type="geohash" indexed="true" 
stored="true"/> }}}
  

Reply via email to