Uses of Enum
com.couchbase.client.core.api.search.sort.CoreSearchFieldType
Packages that use CoreSearchFieldType
-
Uses of CoreSearchFieldType in com.couchbase.client.core.api.search.sort
Methods in com.couchbase.client.core.api.search.sort that return CoreSearchFieldTypeModifier and TypeMethodDescriptionstatic CoreSearchFieldType
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 CoreSearchFieldTypeModifierConstructorDescriptionCoreSearchSortField
(String field, CoreSearchFieldType type, CoreSearchFieldMode mode, CoreSearchFieldMissing missing, boolean descending)