Hi, I am trying to find out if solr supports doing a spatial search on multiple location points. Basically, while querying solr, I will be giving multiple lat-long points and solr will be returning documents which are closer to any of the given points.
If this is not possible, is there any way to make it work without hitting solr for each of the lat-long and then collating results. Thanks in advance. -- Varun Gupta