Class IngestScript

java.lang.Object
org.elasticsearch.script.WriteScript
org.elasticsearch.script.IngestScript

public abstract class IngestScript extends WriteScript
A script used by the Ingest Script Processor.
  • Field Details

  • Constructor Details

  • Method Details

    • getParams

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

      public abstract void execute()