| Package | Description |
|---|---|
| org.elasticsearch.search.aggregations.bucket.terms |
| Modifier and Type | Method and Description |
|---|---|
static Terms.ValueType |
Terms.ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Terms.ValueType[] |
Terms.ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TermsBuilder |
TermsBuilder.valueType(Terms.ValueType valueType)
When using scripts, the value type indicates the types of the values the script is generating.
|
Copyright © 2009–2017. All rights reserved.