| パッケージ | 説明 |
|---|---|
| org.elasticsearch.search.aggregations.support |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static ValueType |
ValueType.resolveForScript(String type) |
static ValueType |
ValueType.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static ValueType[] |
ValueType.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
ValueType.isA(ValueType valueType) |
boolean |
ValueType.isNotA(ValueType valueType) |
ValuesSourceParser.Builder<VS> |
ValuesSourceParser.Builder.targetValueType(ValueType valueType) |
| コンストラクタと説明 |
|---|
Script(SearchScript script,
ValueType scriptValueType) |
Copyright © 2009–2016. All rights reserved.