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