Re: Incorrect distance returned for indexed polygone shape

2021-01-31 Thread David Smiley
Closing the loop here (I think you reached out to me in multiple other channels) -- Solr only supports calculating the distance between points. If you manage to index your data with a centroid point and a separate numeric field that is an approximate radius, you can get something that may be good e

Incorrect distance returned for indexed polygone shape

2021-01-20 Thread Famas
I am using `geodist()` in solr query. Following this `select?=&fl=*,_dist_:geodist()&fq={!geofilt d=30444}&indent=on&pt=50.53,-9.5722616&q=*:*&sfield=geo&spatial=true&wt=json` However, it seems like distance calculations aren’t working. Here’s an example query where the pt is several hundred kilom