Package org.elasticsearch.script
Class ScriptModule
java.lang.Object
org.elasticsearch.script.ScriptModule
Manages building
ScriptService.-
Field Summary
FieldsModifier and TypeFieldDescriptionMap<String,ScriptContext<?>>static Map<String,ScriptContext<?>>static Set<ScriptContext<?>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterClusterSettingsListeners(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
-