| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore.model.search.query |
| Modifier and Type | Method and Description |
|---|---|
QueryOperator |
MatchQuery.getOperator() |
static QueryOperator |
QueryOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryOperator[] |
QueryOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MatchQuery.Builder |
MatchQuery.Builder.operator(QueryOperator queryOperator)
设置操作符(非必要操作)
|
void |
MatchQuery.setOperator(QueryOperator operator) |
Copyright © 2024. All Rights Reserved.