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