Uses of Enum Class
org.springframework.data.elasticsearch.core.query.GeoDistanceOrder.DistanceType
Packages that use GeoDistanceOrder.DistanceType
-
Uses of GeoDistanceOrder.DistanceType in org.springframework.data.elasticsearch.core.query
Fields in org.springframework.data.elasticsearch.core.query declared as GeoDistanceOrder.DistanceTypeModifier and TypeFieldDescriptionstatic final GeoDistanceOrder.DistanceType
GeoDistanceOrder.DEFAULT_DISTANCE_TYPE
Methods in org.springframework.data.elasticsearch.core.query that return GeoDistanceOrder.DistanceTypeModifier and TypeMethodDescriptionGeoDistanceOrder.getDistanceType()
Returns the enum constant of this class with the specified name.static GeoDistanceOrder.DistanceType[]
GeoDistanceOrder.DistanceType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.elasticsearch.core.query with parameters of type GeoDistanceOrder.DistanceTypeModifier and TypeMethodDescriptionGeoDistanceOrder.with
(GeoDistanceOrder.DistanceType distanceType)