| Package | Description |
|---|---|
| org.elasticsearch.index.query |
| Modifier and Type | Method and Description |
|---|---|
static MatchQueryBuilder.Operator |
MatchQueryBuilder.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchQueryBuilder.Operator[] |
MatchQueryBuilder.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MultiMatchQueryBuilder |
MultiMatchQueryBuilder.operator(MatchQueryBuilder.Operator operator)
Sets the operator to use when using a boolean query.
|
MatchQueryBuilder |
MatchQueryBuilder.operator(MatchQueryBuilder.Operator operator)
Sets the operator to use when using a boolean query.
|
Copyright © 2009–2017. All rights reserved.