Package com.yahoo.vespa.model.search
Class IndexingDocprocChain
- All Implemented Interfaces:
com.yahoo.config.ConfigInstance.Producer,com.yahoo.vespa.configdefinition.SpecialtokensConfig.Producer,ConfigProducer,Serializable
public class IndexingDocprocChain
extends DocprocChain
implements com.yahoo.vespa.configdefinition.SpecialtokensConfig.Producer
- Author:
- Einar M R Rosenvinge
- See Also:
-
Field Summary
FieldsFields inherited from class com.yahoo.config.model.producer.AnyConfigProducer
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetConfig(com.yahoo.vespa.configdefinition.SpecialtokensConfig.Builder builder) Methods inherited from class com.yahoo.vespa.model.container.docproc.DocprocChain
fieldNameSchemaMap, getServiceName, getSessionName, getTypeMethods 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
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
IndexingDocprocChain
public IndexingDocprocChain()
-
-
Method Details
-
getConfig
public void getConfig(com.yahoo.vespa.configdefinition.SpecialtokensConfig.Builder builder) - Specified by:
getConfigin interfacecom.yahoo.vespa.configdefinition.SpecialtokensConfig.Producer
-