Re: intersecting map extent with solr spatial documents

2011-06-25 Thread SpacemanSteve
David, thanks for the kind words. Your Solr book is terrific. Without it, my project would not have succeeded. I am in your debt. The above spatial query filter eliminates GIS layers that do not intersect a given map. I attempt to rank the intersecting layers according to how similar t

intersecting map extent with solr spatial documents

2011-06-24 Thread SpacemanSteve
The following describes a Solr query filter that determines if axis aligned geographic bounding boxes intersect. It is used to determine which documents in a Solr repository containing spatial data are relevant to a given rectangular geographic region that corresponds to a displayed map. I haven’