Another question...
  How do I query for documents that have a point in a lat-lon box (no
scoring/ranking requirements)?  If my documents had no more than one point
then I could use current Solr features with a pair of range queries each
going over a float lat field and a lon field.  But my documents have
multiple points so this won't work because the two filters wouldn't
necessarily correspond to the same point.  Is there a solution for this
problem in place with the spatial work committed already?  If so what would
the query look like for this?

None of the filters here quite address this (but would my filter query was a
circle): http://wiki.apache.org/solr/SpatialSearch#Filtering

~ David Smiley
-- 
View this message in context: 
http://old.nabble.com/Spatial-work-tp27817321p27857162.html
Sent from the Solr - Dev mailing list archive at Nabble.com.

Reply via email to