"Point in polygon" search with Lucene / Spatial4j / JTS

2016-06-04 Thread Randall Tidd
Hello, I have what I think is a relatively simple use case that I’d like to use Lucene to solve. We have a database of 100,000’s of data points each of which has a latitude and longitude. I’d like to index these and then be able to search for them with an arbitrary polygon. For example I wou

Re: "Point in polygon" search with Lucene / Spatial4j / JTS

2016-06-07 Thread Randall Tidd
in the 4x branch but are > unaware it exists in 5x & 6x or wether you deliberately referenced 4x > because you must use that version. > > Good luck, > > ~ David > > On Sat, Jun 4, 2016 at 12:34 PM Randall Tidd wrote: > >> Hello, >> >> I have

Re: "Point in polygon" search with Lucene / Spatial4j / JTS

2016-06-08 Thread Randall Tidd
16, at 10:28 AM, Michael McCandless > wrote: > > On Tue, Jun 7, 2016 at 3:43 PM, Randall Tidd wrote: > > With LatLonPoint.newPolygonQuery() it looks like I don’t need Spatial4j at >> all any more either. This makes my case very simple, I only have to index >> Lat