Dear Wiki user,

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

The "SpatialSearch" page has been changed by PaulBorgermans.
http://wiki.apache.org/solr/SpatialSearch?action=diff&rev1=13&rev2=14

--------------------------------------------------

  The schema changes look like:
  
  {{{
- <fieldType name="location" class="solr.PointType" dimension="2" 
subFieldTypes="double"/>
+ <fieldType name="location" class="solr.PointType" dimension="2" 
subFieldType="double"/>
  
  <field name="store" type="location" indexed="true" stored="true"/>
  }}}

Reply via email to