Package | Description |
---|---|
org.elasticsearch.script | |
org.elasticsearch.script.expression | |
org.elasticsearch.script.groovy | |
org.elasticsearch.script.mustache |
Modifier and Type | Method and Description |
---|---|
CompiledScript |
ScriptService.compile(String lang,
String scriptOrId,
ScriptService.ScriptType scriptType)
Compiles a script straight-away, or returns the previously compiled and cached script, without checking if it can be executed based on settings.
|
Modifier and Type | Method and Description |
---|---|
ExecutableScript |
ScriptService.executable(CompiledScript compiledScript,
Map<String,Object> vars)
Executes a previously compiled script provided as an argument
|
void |
ScriptEngineService.scriptRemoved(CompiledScript script)
Handler method called when a script is removed from the Guava cache.
|
void |
NativeScriptEngineService.scriptRemoved(CompiledScript script) |
Modifier and Type | Method and Description |
---|---|
void |
ExpressionScriptEngineService.scriptRemoved(CompiledScript script) |
Modifier and Type | Method and Description |
---|---|
void |
GroovyScriptEngineService.scriptRemoved(CompiledScript script) |
Modifier and Type | Method and Description |
---|---|
void |
MustacheScriptEngineService.scriptRemoved(CompiledScript script) |
Copyright © 2009–2015. All rights reserved.