Class PipelineProcessor

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String TYPE  
    • Method Summary

      Modifier and Type Method Description
      IngestDocument execute​(IngestDocument ingestDocument)
      Introspect and potentially modify the incoming data.
      java.lang.String getType()
      Gets the type of a processor
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • execute

        public IngestDocument execute​(IngestDocument ingestDocument)
                               throws java.lang.Exception
        Description copied from interface: Processor
        Introspect and potentially modify the incoming data.
        Returns:
        If null is returned then the current document will be dropped and not be indexed, otherwise this document will be kept and indexed
        Throws:
        java.lang.Exception
      • getType

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