Re: Equivalent LatLongDistanceFilter in Lucene 4.4 API

2013-10-08 Thread David Smiley (@MITRE.org)
Hi James, The spatial module in v4 is completely different than the one in v3. It would be good for you to review the new API rather then looking for a 1-1 equivalent to a class that existed in v3. Take a look at the top level javadocs for the spatial module, and in particular look at SpatialExa

Equivalent LatLongDistanceFilter in Lucene 4.4 API

2013-09-24 Thread james bond
Hi All, Can you please let me know if there is an equivalent of LatLongDistanceFilter in Lucene 4.4 API. This API was present in Lucene 3.6 API. I have to mainly compute whether a point(lat,lang) is present at a distance d from another point(lat,lang). I have checked different classes from the s