Uses of Class
com.couchbase.client.java.search.sort.SearchGeoDistanceUnits
Package | Description |
---|---|
com.couchbase.client.java.search.sort |
Holds classes related to search sorting.
|
-
Uses of SearchGeoDistanceUnits in com.couchbase.client.java.search.sort
Methods in com.couchbase.client.java.search.sort that return SearchGeoDistanceUnits Modifier and Type Method Description static SearchGeoDistanceUnits
SearchGeoDistanceUnits. valueOf(String name)
Returns the enum constant of this type with the specified name.static SearchGeoDistanceUnits[]
SearchGeoDistanceUnits. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.java.search.sort with parameters of type SearchGeoDistanceUnits Modifier and Type Method Description SearchSortGeoDistance
SearchSortGeoDistance. unit(SearchGeoDistanceUnits unit)