0
votes

Is there a way in Solr to have a document that:

  • contains multiple lat/long pairs
  • ask to return the closest point to a given (user-supplied) lat/long pair
  • sort/filter based on that 'closest point'.

I was looking at:

But not sure if that would give me what I want.

Thanks for any pointers.

1

1 Answers