Package org.elasticsearch.script
Class ScriptModule
java.lang.Object
org.elasticsearch.script.ScriptModule
Manages building
ScriptService
.-
Field Summary
Modifier and TypeFieldDescriptionMap<String,ScriptContext<?>>
static Map<String,ScriptContext<?>>
static Set<ScriptContext<?>>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
registerClusterSettingsListeners(ScriptService scriptService, ClusterSettings clusterSettings)
Allow the script service to register any settings update handlers on the cluster settings
-
Field Details
-
RUNTIME_FIELDS_CONTEXTS
-
CORE_CONTEXTS
-
engines
-
contexts
-
-
Constructor Details
-
ScriptModule
-
-
Method Details
-
registerClusterSettingsListeners
public void registerClusterSettingsListeners(ScriptService scriptService, ClusterSettings clusterSettings)Allow the script service to register any settings update handlers on the cluster settings
-