Interface Processor

    • Method Detail

      • execute

        IngestDocument execute​(IngestDocument ingestDocument)
                        throws Exception
        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:
        Exception
      • getType

        String getType()
        Gets the type of a processor
      • getTag

        String getTag()
        Gets the tag of a processor.