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 classGeoHashDistanceFilterDeprecated. -
Uses of DistanceFilter in org.apache.lucene.spatial.tier
Subclasses of DistanceFilter in org.apache.lucene.spatial.tier Modifier and Type Class Description classLatLongDistanceFilterDeprecated.Methods in org.apache.lucene.spatial.tier that return DistanceFilter Modifier and Type Method Description DistanceFilterDistanceQueryBuilder. getDistanceFilter()Deprecated.
-