Hi all,

I have the following problem: The documents in the index of my solr instance 
correspond to persons. Each document (=person) has lat/lon coordinates and 
additionally a travel radius. The coordinates correspond to the office of the 
person, the travel radius indicates a distance which the person is willing to 
travel.

I would like to search for all persons which are willing to travel to a 
particular place (also given as lat/lon coordinates). In other words I have to 
do a query with the geofilt filter. The problem here: the distance parameter d 
cannot be defined in advance, but should correspond to the travel radius (which 
may be different for each person).

Any ideas how this problem could be solved?

Thanks in advance
Michi

Reply via email to