Class UpdateScript

java.lang.Object
org.elasticsearch.script.UpdateScript

public abstract class UpdateScript extends Object
A script used in the update API
  • Field Details

  • Constructor Details

  • Method Details

    • getParams

      public Map<String,Object> getParams()
      Return the parameters for this script.
    • getCtx

      public Map<String,Object> getCtx()
      Return the update context for this script.
    • metadata

      public Metadata metadata()
      Return the update metadata for this script
    • execute

      public abstract void execute()