Class DocprocChain
java.lang.Object
com.yahoo.config.model.producer.AnyConfigProducer
com.yahoo.config.model.producer.TreeConfigProducer<AnyConfigProducer>
com.yahoo.vespa.model.container.component.chain.Chain<DocumentProcessor>
com.yahoo.vespa.model.container.docproc.DocprocChain
- All Implemented Interfaces:
com.yahoo.config.ConfigInstance.Producer,ConfigProducer,Serializable
- Direct Known Subclasses:
IndexingDocprocChain
- Author:
- Einar M R Rosenvinge
- See Also:
-
Field Summary
Fields inherited from class com.yahoo.config.model.producer.AnyConfigProducer
log -
Constructor Summary
ConstructorsConstructorDescriptionDocprocChain(com.yahoo.component.chain.model.ChainSpecification specWithoutInnerComponents, Map<com.yahoo.collections.Pair<String, String>, String> fieldNameSchemaMap) -
Method Summary
Modifier and TypeMethodDescriptionThe field name schema map that applies to this whole chain.com.yahoo.container.core.ChainsConfig.Chains.Type.EnumgetType()Methods inherited from class com.yahoo.vespa.model.container.component.chain.Chain
addInnerComponent, getChainSpecification, getComponentId, getGlobalComponentId, getId, getInnerComponents, toStringMethods inherited from class com.yahoo.config.model.producer.TreeConfigProducer
addChild, addDescendantService, getChildren, getChildrenByTypeRecursive, getConfigClassLoader, getDescendantServices, removeChild, validateMethods inherited from class com.yahoo.config.model.producer.AnyConfigProducer
addConfigId, addUserConfig, cascadeConfig, currentConfigId, findInheritedClassLoader, getConfigId, getMonitoringService, getParent, getRoot, getSubId, getUserConfigs, hostSystem, mergeUserConfigs, remove, setParent, setUserConfigs, stateIsHostedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.yahoo.vespa.model.ConfigProducer
dump
-
Constructor Details
-
DocprocChain
-
-
Method Details
-
fieldNameSchemaMap
The field name schema map that applies to this whole chain.- Returns:
- doctype, from → to
-
getServiceName
-
getSessionName
-
getType
public com.yahoo.container.core.ChainsConfig.Chains.Type.Enum getType()- Overrides:
getTypein classChain<DocumentProcessor>
-