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 Bill Bell:
http://wiki.apache.org/solr/SpatialSearch?action=diff&rev1=73&rev2=74

  
  As a temporary workaround for older Solr versions, it's possible to obtain 
distances by using geodist or geofilt as the only scoring part of the main 
query.
  
-  . 
[[http://localhost:8983/solr/select?indent=true&fl=name,store&q=*:*&sfield=store&pt=45.15,-93.85&sort=score%20asc&q={!func}geodist()|http://localhost:8983/solr/select?indent=true&fl=name,store&sfield=store&pt=45.15,-93.85&sort=score%20asc&q={!func}geodist()]]
+  . 
[[http://localhost:8983/solr/select?indent=true&fl=name,store&sfield=store&pt=45.15,-93.85&sort=score%20asc&q={!func}geodist()|...&sfield=store&pt=45.15,-93.85&sort=score%20asc&q={!func}geodist()]]
  
  = Other Use Cases =
  == How to combine with a sub-query to expand results ==

Reply via email to