Class SplitterDocumentProcessor

java.lang.Object
com.yahoo.component.AbstractComponent
com.yahoo.component.chain.ChainedComponent
com.yahoo.docproc.DocumentProcessor
com.yahoo.docproc.util.SplitterDocumentProcessor
All Implemented Interfaces:
com.yahoo.component.Component, com.yahoo.component.Deconstructable, Comparable<com.yahoo.component.Component>

@Deprecated(forRemoval=true, since="7") public class SplitterDocumentProcessor extends DocumentProcessor
Deprecated, for removal: This API element is subject to removal in a future version.
Will be removed on Vespa 8 without replacement
Author:
Einar M R Rosenvinge
  • Constructor Details

    • SplitterDocumentProcessor

      public SplitterDocumentProcessor(SplitterJoinerDocumentProcessorConfig cfg, com.yahoo.document.config.DocumentmanagerConfig documentmanagerConfig)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • process

      public DocumentProcessor.Progress process(Processing processing)
      Deprecated, for removal: This API element is subject to removal in a future version.
      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