Uses of Class
com.couchbase.client.core.api.search.queries.CoreMatchOperator
-
Packages that use CoreMatchOperator Package Description com.couchbase.client.core.api.search.queries -
-
Uses of CoreMatchOperator in com.couchbase.client.core.api.search.queries
Methods in com.couchbase.client.core.api.search.queries that return CoreMatchOperator Modifier and Type Method Description static CoreMatchOperatorCoreMatchOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static CoreMatchOperator[]CoreMatchOperator. 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.queries with parameters of type CoreMatchOperator Constructor Description CoreMatchQuery(String match, String field, String analyzer, Integer prefixLength, Integer fuzziness, CoreMatchOperator operator, Double boost)
-