Re: Problems with Lat / Long searches at minimum and maximum latitude and longitude

2016-06-12 Thread Michael McCandless
Hi Randy, Robert already replied to your previous email ... maybe you missed it? Mike McCandless http://blog.mikemccandless.com On Sat, Jun 11, 2016 at 4:05 PM, Randy Tidd wrote: > Thanks for the help you’ve already given me on getting search with > LatLonPoint working, the

Problems with Lat / Long searches at minimum and maximum latitude and longitude

2016-06-12 Thread Randy Tidd
Thanks for the help you’ve already given me on getting search with LatLonPoint working, the basics are working great and with great performance. I did some testing on some edge cases and discovered that indexing and searching for points at the minimum and maximum latitude and longitude are not

Re: Problems with Lat / Long searches at minimum and maximum latitude and longitude

2016-06-12 Thread Robert Muir
See this part of the documentation: https://github.com/apache/lucene-solr/blob/master/lucene/core/src/java/org/apache/lucene/geo/Polygon.java#L30 APIs take newPolygonQuery(Polygon...) which is treated efficiently as a "multipolygon". This is also what many standards (e.g. geojson) recommend,

Problems with Lat / Long searches at minimum and maximum latitude and longitude

2016-06-12 Thread Randy Tidd
Thanks for the help you’ve already given me on getting search with LatLonPoint working, the basics are working great and with great performance. I did some testing on some edge cases and discovered that indexing and searching for points at the minimum and maximum latitude and longitude are not