Uses of Enum
com.couchbase.client.core.api.search.queries.CoreMatchOperator
-
Uses of CoreMatchOperator in com.couchbase.client.core.api.search.queries
Modifier and TypeMethodDescriptionstatic CoreMatchOperator
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.ModifierConstructorDescriptionCoreMatchQuery
(String match, String field, String analyzer, Integer prefixLength, Integer fuzziness, CoreMatchOperator operator, Double boost)