public final class GeoPointDistanceRangeQuery extends GeoPointDistanceQuery
org.apache.lucene.search.GeoPointDistanceQuery and is implemented using a
org.apache.lucene.search.BooleanClause.MUST_NOT clause to exclude any points that fall within
minRadiusMeters from the provided point.| Modifier and Type | Field and Description |
|---|---|
protected double |
minRadiusMeters |
centerLat, centerLon, radiusMeters| Constructor and Description |
|---|
GeoPointDistanceRangeQuery(String field,
double centerLon,
double centerLat,
double minRadiusMeters,
double maxRadius) |
| Modifier and Type | Method and Description |
|---|---|
double |
getMaxRadiusMeters() |
double |
getMinRadiusMeters() |
Query |
rewrite(IndexReader reader) |
String |
toString(String field) |
equals, getCenterLat, getCenterLon, getRadiusMeters, hashCodegetField, getMaxLat, getMaxLon, getMinLat, getMinLonpublic GeoPointDistanceRangeQuery(String field, double centerLon, double centerLat, double minRadiusMeters, double maxRadius)
public Query rewrite(IndexReader reader) throws IOException
rewrite in class GeoPointDistanceQueryIOExceptionpublic String toString(String field)
toString in class GeoPointDistanceQuerypublic double getMinRadiusMeters()
public double getMaxRadiusMeters()
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.