Uses of Class
org.elasticsearch.index.query.GeoValidationMethod
-
Packages that use GeoValidationMethod Package Description org.elasticsearch.index.query org.elasticsearch.search.sort -
-
Uses of GeoValidationMethod in org.elasticsearch.index.query
Fields in org.elasticsearch.index.query declared as GeoValidationMethod Modifier and Type Field Description static GeoValidationMethodGeoValidationMethod. DEFAULTMethods in org.elasticsearch.index.query that return GeoValidationMethod Modifier and Type Method Description static GeoValidationMethodGeoValidationMethod. fromString(String op)GeoValidationMethodGeoBoundingBoxQueryBuilder. getValidationMethod()Returns geo coordinate validation method to use.GeoValidationMethodGeoDistanceQueryBuilder. getValidationMethod()Returns validation method for geo coordinates.GeoValidationMethodGeoPolygonQueryBuilder. getValidationMethod()Returns the validation method to use for geo coordinates.static GeoValidationMethodGeoValidationMethod. infer(boolean coerce, boolean ignoreMalformed)Returns validation method corresponding to given coerce and ignoreMalformed values.static GeoValidationMethodGeoValidationMethod. readFromStream(StreamInput in)static GeoValidationMethodGeoValidationMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static GeoValidationMethod[]GeoValidationMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.index.query with parameters of type GeoValidationMethod Modifier and Type Method Description static booleanGeoValidationMethod. isCoerce(GeoValidationMethod method)Returns whether or not to try and fix broken/wrapping bounding boxes.static booleanGeoValidationMethod. isIgnoreMalformed(GeoValidationMethod method)Returns whether or not to skip bounding box validation.GeoBoundingBoxQueryBuilderGeoBoundingBoxQueryBuilder. setValidationMethod(GeoValidationMethod method)Specify whether or not to ignore validation errors of bounding boxes.voidGeoDistanceQueryBuilder. setValidationMethod(GeoValidationMethod method)Set validation method for geo coordinates.GeoPolygonQueryBuilderGeoPolygonQueryBuilder. setValidationMethod(GeoValidationMethod method)Sets the validation method to use for geo coordinates. -
Uses of GeoValidationMethod in org.elasticsearch.search.sort
Fields in org.elasticsearch.search.sort declared as GeoValidationMethod Modifier and Type Field Description static GeoValidationMethodGeoDistanceSortBuilder. DEFAULT_VALIDATIONMethods in org.elasticsearch.search.sort that return GeoValidationMethod Modifier and Type Method Description GeoValidationMethodGeoDistanceSortBuilder. validation()Returns the validation method to use for this sort builder.Methods in org.elasticsearch.search.sort with parameters of type GeoValidationMethod Modifier and Type Method Description GeoDistanceSortBuilderGeoDistanceSortBuilder. validation(GeoValidationMethod method)Sets validation method for this sort builder.
-