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
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