Uses of Class
org.elasticsearch.index.query.GeoPolygonQueryBuilder
-
Packages that use GeoPolygonQueryBuilder Package Description org.elasticsearch.index.query -
-
Uses of GeoPolygonQueryBuilder in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query that return GeoPolygonQueryBuilder Modifier and Type Method Description static GeoPolygonQueryBuilderGeoPolygonQueryBuilder. fromXContent(XContentParser parser)GeoPolygonQueryBuilderGeoPolygonQueryBuilder. 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.GeoPolygonQueryBuilderGeoPolygonQueryBuilder. setValidationMethod(GeoValidationMethod method)Sets the validation method to use for geo coordinates.Methods in org.elasticsearch.index.query with parameters of type GeoPolygonQueryBuilder Modifier and Type Method Description protected booleanGeoPolygonQueryBuilder. doEquals(GeoPolygonQueryBuilder other)
-