Uses of Class
com.couchbase.client.java.search.queries.MatchOperator
-
Packages that use MatchOperator Package Description com.couchbase.client.java.search.queries Contains the various APIs for search queries. -
-
Uses of MatchOperator in com.couchbase.client.java.search.queries
Methods in com.couchbase.client.java.search.queries that return MatchOperator Modifier and Type Method Description static MatchOperator
MatchOperator. valueOf(String name)
Returns the enum constant of this type with the specified name.static MatchOperator[]
MatchOperator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.java.search.queries with parameters of type MatchOperator Modifier and Type Method Description MatchQuery
MatchQuery. operator(MatchOperator operator)
-