Re: intersecting map extent with solr spatial documents

2011-06-27 Thread David Smiley (@MITRE.org)
Steve, I like your geospatial boosting algorithm; it makes sense. FYI I'm collaborating with a couple other Lucene/Solr committers on a new geospatial module here: http://code.google.com/p/lucene-spatial-playground/ It is very much in-progress. There is variable-points per document support (ba

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

Re: intersecting map extent with solr spatial documents

2011-06-24 Thread David Smiley (@MITRE.org)
Very cool! What you've essentially described is a way of indexing & searching lat-lon box shapes, and the cool thing is that you were able to do this without custom coding / hacking of Solr. Sweet! I do have some observations about this approach: 1. Doesn't support variable number of shapes per