Uses of Enum
com.couchbase.client.core.api.search.queries.CoreMatchOperator
Packages that use CoreMatchOperator
-
Uses of CoreMatchOperator in com.couchbase.client.core.api.search.queries
Methods in com.couchbase.client.core.api.search.queries that return CoreMatchOperatorModifier and TypeMethodDescriptionstatic CoreMatchOperatorReturns 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 CoreMatchOperatorModifierConstructorDescriptionCoreMatchQuery(String match, String field, String analyzer, Integer prefixLength, Integer fuzziness, CoreMatchOperator operator, Double boost)