public class TestTemplateService
extends org.elasticsearch.script.ScriptService
Modifier and Type | Class | Description |
---|---|---|
static class |
TestTemplateService.MockTemplateScript |
Modifier and Type | Method | Description |
---|---|---|
<FactoryType> |
compile(org.elasticsearch.script.Script script,
org.elasticsearch.script.ScriptContext<FactoryType> context) |
|
static org.elasticsearch.script.ScriptService |
instance() |
|
static org.elasticsearch.script.ScriptService |
instance(boolean compilationException) |
logDeprecatedSetting, logRemovedSetting, nodeName
public static org.elasticsearch.script.ScriptService instance()
public static org.elasticsearch.script.ScriptService instance(boolean compilationException)
public <FactoryType> FactoryType compile(org.elasticsearch.script.Script script, org.elasticsearch.script.ScriptContext<FactoryType> context)
compile
in class org.elasticsearch.script.ScriptService