java.lang.Object
org.elasticsearch.script.ScriptModule
Manages building
ScriptService
.-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Map
<String, ScriptContext<?>> static final Map
<String, ScriptContext<?>> final Map
<String, ScriptEngine> static final Set
<ScriptContext<?>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
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 static void registerClusterSettingsListeners(ScriptService scriptService, ClusterSettings clusterSettings) Allow the script service to register any settings update handlers on the cluster settings
-