Uses of Class
com.couchbase.client.java.search.sort.SearchFieldMode
-
Packages that use SearchFieldMode Package Description com.couchbase.client.java.search.sort Holds classes related to search sorting. -
-
Uses of SearchFieldMode in com.couchbase.client.java.search.sort
Methods in com.couchbase.client.java.search.sort that return SearchFieldMode Modifier and Type Method Description static SearchFieldMode
SearchFieldMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static SearchFieldMode[]
SearchFieldMode. 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 SearchFieldMode Modifier and Type Method Description SearchSortField
SearchSortField. mode(SearchFieldMode mode)
-