Package | Description |
---|---|
org.elasticsearch.index.query | |
org.elasticsearch.index.search |
Modifier and Type | Method and Description |
---|---|
static MultiMatchQueryBuilder.Type |
MultiMatchQueryBuilder.Type.parse(String value) |
static MultiMatchQueryBuilder.Type |
MultiMatchQueryBuilder.Type.parse(String value,
EnumSet<ParseField.Flag> flags) |
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–2015. All rights reserved.