Uses of Class
org.apache.lucene.spatial.tier.DistanceFilter
-
Packages that use DistanceFilter Package Description org.apache.lucene.spatial.geohash Support for Geohash encoding, decoding, and filtering.org.apache.lucene.spatial.tier Support for filtering based upon geographic location. -
-
Uses of DistanceFilter in org.apache.lucene.spatial.geohash
Subclasses of DistanceFilter in org.apache.lucene.spatial.geohash Modifier and Type Class Description class
GeoHashDistanceFilter
Deprecated. -
Uses of DistanceFilter in org.apache.lucene.spatial.tier
Subclasses of DistanceFilter in org.apache.lucene.spatial.tier Modifier and Type Class Description class
LatLongDistanceFilter
Deprecated.Methods in org.apache.lucene.spatial.tier that return DistanceFilter Modifier and Type Method Description DistanceFilter
DistanceQueryBuilder. getDistanceFilter()
Deprecated.
-