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