Uses of Enum
com.couchbase.client.core.api.search.sort.CoreSearchGeoDistanceUnits
Packages that use CoreSearchGeoDistanceUnits
-
Uses of CoreSearchGeoDistanceUnits in com.couchbase.client.core.api.search.sort
Methods in com.couchbase.client.core.api.search.sort that return CoreSearchGeoDistanceUnitsModifier and TypeMethodDescriptionstatic CoreSearchGeoDistanceUnits
Returns the enum constant of this type with the specified name.static CoreSearchGeoDistanceUnits[]
CoreSearchGeoDistanceUnits.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.couchbase.client.core.api.search.sort with parameters of type CoreSearchGeoDistanceUnitsModifierConstructorDescriptionCoreSearchSortGeoDistance
(CoreGeoPoint location, String field, CoreSearchGeoDistanceUnits unit, boolean descending)