| Package | Description |
|---|---|
| com.couchbase.client.core.api.search.queries |
| Modifier and Type | Method and Description |
|---|---|
static CoreMatchOperator |
CoreMatchOperator.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.
|
| Constructor and Description |
|---|
CoreMatchQuery(String match,
String field,
String analyzer,
Integer prefixLength,
Integer fuzziness,
CoreMatchOperator operator,
Double boost) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.