Class JoinerDocumentProcessor

  • All Implemented Interfaces:
    com.yahoo.component.Component, java.lang.Comparable<com.yahoo.component.Component>

    public class JoinerDocumentProcessor
    extends DocumentProcessor
    Author:
    Einar M R Rosenvinge
    • Field Summary

      • Fields inherited from class com.yahoo.component.AbstractComponent

        isDeconstructable
    • Constructor Summary

      Constructors 
      Constructor Description
      JoinerDocumentProcessor​(com.yahoo.config.docproc.SplitterJoinerDocumentProcessorConfig cfg, com.yahoo.document.config.DocumentmanagerConfig documentmanagerConfig)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DocumentProcessor.Progress process​(Processing processing)
      Processes a processing, which can contain zero or more document bases.
      • Methods inherited from class com.yahoo.component.chain.ChainedComponent

        getAnnotatedDependencies, getDefaultAnnotatedDependencies, getDependencies, initDependencies
      • Methods inherited from class com.yahoo.component.AbstractComponent

        clone, compareTo, deconstruct, getClassName, getId, getIdString, hasInitializedId, initId, isDeconstructable, setIsDeconstructable
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JoinerDocumentProcessor

        public JoinerDocumentProcessor​(com.yahoo.config.docproc.SplitterJoinerDocumentProcessorConfig cfg,
                                       com.yahoo.document.config.DocumentmanagerConfig documentmanagerConfig)
    • Method Detail

      • process

        public DocumentProcessor.Progress process​(Processing processing)
        Description copied from class: DocumentProcessor
        Processes a processing, which can contain zero or more document bases. The implementing document processor is free to modify, replace or delete elements in the list inside processing.
        Specified by:
        process in class DocumentProcessor
        Parameters:
        processing - the processing to process
        Returns:
        the outcome of this processing