Uses of Class
org.elasticsearch.index.query.GeoDistanceQueryBuilder
-
Packages that use GeoDistanceQueryBuilder Package Description org.elasticsearch.index.query -
-
Uses of GeoDistanceQueryBuilder in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query that return GeoDistanceQueryBuilder Modifier and Type Method Description GeoDistanceQueryBuilderGeoDistanceQueryBuilder. distance(double distance, DistanceUnit unit)Sets the distance from the center for this query.GeoDistanceQueryBuilderGeoDistanceQueryBuilder. distance(String distance)Sets the distance from the center using the default distance unit.GeoDistanceQueryBuilderGeoDistanceQueryBuilder. distance(String distance, DistanceUnit unit)Sets the distance from the center for this query.static GeoDistanceQueryBuilderGeoDistanceQueryBuilder. fromXContent(XContentParser parser)GeoDistanceQueryBuilderGeoDistanceQueryBuilder. geoDistance(GeoDistance geoDistance)Which type of geo distance calculation method to use.GeoDistanceQueryBuilderGeoDistanceQueryBuilder. geohash(String geohash)Sets the center point for this query.GeoDistanceQueryBuilderGeoDistanceQueryBuilder. ignoreUnmapped(boolean ignoreUnmapped)Sets whether the query builder should ignore unmapped fields (and run aMatchNoDocsQueryin place of this query) or throw an exception if the field is unmapped.GeoDistanceQueryBuilderGeoDistanceQueryBuilder. point(double lat, double lon)Sets the center point of the query.GeoDistanceQueryBuilderGeoDistanceQueryBuilder. point(GeoPoint point)Sets the center point for the query.Methods in org.elasticsearch.index.query with parameters of type GeoDistanceQueryBuilder Modifier and Type Method Description protected booleanGeoDistanceQueryBuilder. doEquals(GeoDistanceQueryBuilder other)
-