Package org.elasticsearch.script
Class UpdateScript
java.lang.Object
org.elasticsearch.script.UpdateScript
An update script.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic ScriptContext<UpdateScript.Factory>The context used to compileUpdateScriptfactories.static String[] -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PARAMETERS
-
CONTEXT
The context used to compileUpdateScriptfactories.
-
-
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()
-