| Package | Description |
|---|---|
| org.elasticsearch.index.query | |
| org.elasticsearch.index.search |
| Modifier and Type | Method and Description |
|---|---|
MatchQuery.Type |
MultiMatchQueryBuilder.Type.matchQueryType() |
| Modifier and Type | Method and Description |
|---|---|
static MatchQuery.Type |
MatchQuery.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchQuery.Type[] |
MatchQuery.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.search.Query |
MatchQuery.parse(MatchQuery.Type type,
String fieldName,
Object value) |
org.apache.lucene.search.Query |
MultiMatchQuery.QueryBuilder.parseGroup(MatchQuery.Type type,
String field,
Float boostValue,
Object value,
String minimumShouldMatch) |
Copyright © 2009–2017. All rights reserved.