Package org.elasticsearch.script
Class UpdateScript
java.lang.Object
org.elasticsearch.script.UpdateScript
An update script.
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic ScriptContext<UpdateScript.Factory>
The context used to compileUpdateScript
factories.static String[]
-
Constructor Summary
-
Method Summary
-
Field Details
-
PARAMETERS
-
CONTEXT
The context used to compileUpdateScript
factories.
-
-
Constructor Details
-
UpdateScript
-
-
Method Details
-
getParams
Return the parameters for this script. -
getCtx
Return the update context for this script. -
execute
public abstract void execute()
-