Inverse geospatial search with Lucene
问题 Is there a way to implement something like "inverse" geospatial search with Lucene? With inverse I mean, the indexed objects each define both a position (lat/lng) and a radius. I want to find all objects where my search position is within the radius of the indexed objects. A real life example could be a set of pizza delivery services, each of them delivers an area of radius x. I want to find all pizza services that could deliver a pizza to me. So, it is not me defining the search radius, it