Hi,

I was looking at the LatLonType and how it might represent multiple lon/lat
values ... it looks to me like the lat would go in {latlongfield}_0_LatLon
and the long in {latlongfield}_1_LatLon ... how then if we have multiple
lat/long points for a doc when filtering for example we choose the correct
points.

e.g. if thinking in cartisean coords and we have

P1(3,4), P2(6,7) ... x is stored with 3,6 and y with 4,7 ...

then how does it ensure we're not erroneously picking (3,7) or (6,4) whilst
filtering with the spatial query?

don't we have to store both values together ? what am i missing here?

Cheers,
Dan

Reply via email to