Class DocprocChain

All Implemented Interfaces:
com.yahoo.config.ConfigInstance.Producer, ConfigProducer, Serializable
Direct Known Subclasses:
IndexingDocprocChain

public class DocprocChain extends Chain<DocumentProcessor>
Author:
Einar M R Rosenvinge
See Also:
  • Constructor Details

    • DocprocChain

      public DocprocChain(com.yahoo.component.chain.model.ChainSpecification specWithoutInnerComponents, Map<com.yahoo.collections.Pair<String,String>,String> fieldNameSchemaMap)
  • Method Details

    • fieldNameSchemaMap

      public Map<com.yahoo.collections.Pair<String,String>,String> fieldNameSchemaMap()
      The field name schema map that applies to this whole chain.
      Returns:
      doctype, from → to
    • getServiceName

      public String getServiceName()
    • getSessionName

      public String getSessionName()
    • getType

      public com.yahoo.container.core.ChainsConfig.Chains.Type.Enum getType()
      Overrides:
      getType in class Chain<DocumentProcessor>