Uses of Class
com.couchbase.client.core.api.search.sort.CoreSearchFieldType
-
Packages that use CoreSearchFieldType Package Description com.couchbase.client.core.api.search.sort -
-
Uses of CoreSearchFieldType in com.couchbase.client.core.api.search.sort
Methods in com.couchbase.client.core.api.search.sort that return CoreSearchFieldType Modifier and Type Method Description static CoreSearchFieldTypeCoreSearchFieldType. valueOf(String name)Returns the enum constant of this type with the specified name.static CoreSearchFieldType[]CoreSearchFieldType. 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 CoreSearchFieldType Constructor Description CoreSearchSortField(String field, CoreSearchFieldType type, CoreSearchFieldMode mode, CoreSearchFieldMissing missing, boolean descending)
-