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 GrantIngersoll.
http://wiki.apache.org/solr/SpatialSearch?action=diff&rev1=23&rev2=24

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

  
  ==== Example ====
  {{{
- <fieldType name="latLon" class="solr.LatLonType" start="4" end="15" 
subFieldSuffix="_latLon"/>
+ <fieldType name="latLon" class="solr.LatLonType"subFieldSuffix="_latLon"/>
  ...
  <field name="store_lat_lon" type="latLon" indexed="true" stored="true"/>
  }}}
@@ -89, +89 @@

  See !SpatialFilterTest for examples of the various points.
  
  The following parameters are supported:
- ||<tablewidth="725px" tableheight="184px" 
tablestyle="">Parameter||Description||Example||
+ ||<tablewidth="725px" tableheight="184px">Parameter ||Description ||Example ||
  ||pt ||The Point to use as the center of the filter.  Specified as a comma 
separated list of doubles.  If using the !LatLonType, then it is lat,lon. 
||&pt=33.4,29.0 &pt=27.3,83.9,10.0,5.5 ||
  ||d ||The distance from the point to the outer edge of whatever is being used 
to filter on (bounding box, pure distance, something else).  Must be greater 
than or equal to 0 ||&d=10.0 ||
  ||units ||The units of distance.  "mi" or "km".  Default is miles.  All 
distances are converted to miles internally. ||&units=km &units=mi ||

Reply via email to