| Package | Description |
|---|---|
| org.elasticsearch.common | |
| org.elasticsearch.index.query | |
| org.elasticsearch.search.aggregations |
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<ParseField.Flag> |
ParseField.EMPTY_FLAGS |
| Modifier and Type | Method and Description |
|---|---|
static ParseField.Flag |
ParseField.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParseField.Flag[] |
ParseField.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ParseField.match(String currentFieldName,
EnumSet<ParseField.Flag> flags) |
| Modifier and Type | Method and Description |
|---|---|
EnumSet<ParseField.Flag> |
QueryParseContext.parseFlags() |
| Modifier and Type | Method and Description |
|---|---|
static MultiMatchQueryBuilder.Type |
MultiMatchQueryBuilder.Type.parse(String value,
EnumSet<ParseField.Flag> flags) |
void |
QueryParseContext.parseFlags(EnumSet<ParseField.Flag> parseFlags) |
| Modifier and Type | Method and Description |
|---|---|
static Aggregator.SubAggCollectionMode |
Aggregator.SubAggCollectionMode.parse(String value,
EnumSet<ParseField.Flag> flags) |
Copyright © 2009–2016. All rights reserved.