Class DropProcessor

  • All Implemented Interfaces:
    Processor

    public final class DropProcessor
    extends AbstractProcessor
    Drop processor only returns null for the execution result to indicate that any document executed by it should not be indexed.
    • Method Detail

      • execute

        public IngestDocument execute​(IngestDocument ingestDocument)
                               throws java.lang.Exception
        Description copied from interface: Processor
        Introspect and potentially modify the incoming data.
        Throws:
        java.lang.Exception
      • getType

        public java.lang.String getType()
        Description copied from interface: Processor
        Gets the type of a processor