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 DavidSmiley:
http://wiki.apache.org/solr/SolrAdaptersForLuceneSpatial4?action=diff&rev1=3&rev2=4

Comment:
update class name reference

  
  First, you must register a spatial field type in the Solr schema.xml file.  
The instructions in this whole document imply the RecursivePrefixTreeStrategy 
based field type used in a geospatial context.
  {{{
-     <fieldType name="geo"   
class="org.apache.solr.spatial.RecursivePrefixTreeFieldType"
+     <fieldType name="geo"   class="solr.SpatialRecursivePrefixTreeFieldType"
                 
spatialContextFactory="com.spatial4j.core.context.jts.JtsSpatialContextFactory"
                 distErrPct="0.025"
                 maxDetailDist="0.001"

Reply via email to