Re: Lucene Spatial Implementation for Points within Polygon.

2014-12-24 Thread david.w.smi...@gmail.com
gon which is present(boundaries intersecting,incomplete), I am printing > exception which is again I am excluding.. This is not the worry.. > > Worry is I am getting very polygons which actually have points inside them. > > Please correct me where I am going wrong. > > > -Ori

RE: Lucene Spatial Implementation for Points within Polygon.

2014-12-24 Thread Ankit.Murarka
:david.w.smi...@gmail.com] Sent: 22 December 2014 19:19 To: java-user@lucene.apache.org Subject: Re: Lucene Spatial Implementation for Points within Polygon. Hello. You have stated the use-case so generically that it’s not clear if you should index the polygon set and query by the point set, or the

Re: Lucene Spatial Implementation for Points within Polygon.

2014-12-22 Thread david.w.smi...@gmail.com
Hello. You have stated the use-case so generically that it’s not clear if you should index the polygon set and query by the point set, or the reverse. Generally, you should index the set that is known in-advance and then query by the other, the set that is generally not known. Assuming this is th