Package | Description |
---|---|
org.elasticsearch.search.aggregations.support |
Modifier and Type | Method and Description |
---|---|
static ValueType |
ValueType.resolveForScript(String type) |
static ValueType |
ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueType[] |
ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ValueType.isA(ValueType valueType) |
boolean |
ValueType.isNotA(ValueType valueType) |
ValuesSourceParser.Builder<VS> |
ValuesSourceParser.Builder.targetValueType(ValueType valueType) |
Constructor and Description |
---|
Script(SearchScript script,
ValueType scriptValueType) |
Copyright © 2009–2015. All rights reserved.