| Package | Description |
|---|---|
| org.elasticsearch.index.query | |
| org.elasticsearch.index.search |
| Modifier and Type | Method and Description |
|---|---|
MultiMatchQueryBuilder.Type |
MultiMatchQueryBuilder.getType()
Returns the type (for testing)
|
static MultiMatchQueryBuilder.Type |
MultiMatchQueryBuilder.Type.parse(String value,
ParseFieldMatcher parseFieldMatcher) |
static MultiMatchQueryBuilder.Type |
MultiMatchQueryBuilder.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiMatchQueryBuilder.Type[] |
MultiMatchQueryBuilder.Type.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.type(MultiMatchQueryBuilder.Type type)
Sets the type of the text query.
|
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.lucene.search.Query> |
MultiMatchQuery.QueryBuilder.buildGroupedQueries(MultiMatchQueryBuilder.Type type,
Map<String,Float> fieldNames,
Object value,
String minimumShouldMatch) |
List<org.apache.lucene.search.Query> |
MultiMatchQuery.CrossFieldsQueryBuilder.buildGroupedQueries(MultiMatchQueryBuilder.Type type,
Map<String,Float> fieldNames,
Object value,
String minimumShouldMatch) |
org.apache.lucene.search.Query |
MultiMatchQuery.parse(MultiMatchQueryBuilder.Type type,
Map<String,Float> fieldNames,
Object value,
String minimumShouldMatch) |
Copyright © 2009–2017. All rights reserved.