You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2011/01/03 20:05:11 UTC

[Solr Wiki] Update of "SpatialSearch" by DavidSmiley

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 DavidSmiley.
The comment on this change is: Add note that geohash supports multivalue lat-lon points..
http://wiki.apache.org/solr/SpatialSearch?action=diff&rev1=42&rev2=43

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

  Returning distances (and any arbitrary function query value) is currently under development. As a temporary workaround, it's possible to obtain distances by using geodist or geofilt as the only scoring part of the main query.
  
  = Advanced Spatial Options - Under Development =
- SpatialSearchDev  -- Covers things like Geohash, North/South Pole issues, other distance functions, etc.
+ SpatialSearchDev  -- Covers things like Geohash (supports multivalue lat-lon points), North/South Pole issues, other distance functions, etc.