Class IngestScript

org.elasticsearch.script.IngestScript

public abstract class IngestScript extends
A script used by the Ingest Script Processor.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static interface 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    The context used to compile IngestScript factories.
    static []
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    <,​> params)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract void
    <,​> ctx)
     
    <,​>
    Return the parameters for this script.

    Methods inherited from class java.lang.

    , , , , , , , , , ,
  • Field Details

  • Constructor Details

    • IngestScript

      public IngestScript(<,​> params)
  • Method Details

    • getParams

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

      public abstract void execute(<,​> ctx)