| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.core | |
| org.springframework.data.elasticsearch.core.query |
| Modifier and Type | Method and Description |
|---|---|
static ScriptType |
ScriptType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScriptType[] |
ScriptType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ScriptType |
UpdateQuery.getScriptType() |
ScriptType |
ScriptData.getType() |
| Modifier and Type | Method and Description |
|---|---|
UpdateQuery.Builder |
UpdateQuery.Builder.withScriptType(ScriptType scriptType) |
| Constructor and Description |
|---|
ScriptData(ScriptType type,
String language,
String script,
String scriptName,
Map<String,Object> params) |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.