Class DocumentProcessorModelBuilder
java.lang.Object
com.yahoo.vespa.model.builder.xml.dom.chains.GenericChainedComponentModelBuilder
com.yahoo.vespa.model.builder.xml.dom.chains.ChainedComponentModelBuilder
com.yahoo.vespa.model.builder.xml.dom.chains.docproc.DocumentProcessorModelBuilder
- Author:
- Einar M R Rosenvinge
-
Field Summary
Fields inherited from class com.yahoo.vespa.model.builder.xml.dom.chains.ChainedComponentModelBuilder
bundleInstantiationSpecFields inherited from class com.yahoo.vespa.model.builder.xml.dom.chains.GenericChainedComponentModelBuilder
componentId, dependencies -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Parses a schemamapping element and generates a map of field mappingsMethods inherited from class com.yahoo.vespa.model.builder.xml.dom.chains.GenericChainedComponentModelBuilder
readComponentId
-
Constructor Details
-
DocumentProcessorModelBuilder
-
-
Method Details
-
build
- Overrides:
buildin classChainedComponentModelBuilder
-
parseFieldNameSchemaMap
public static Map<com.yahoo.collections.Pair<String,String>, parseFieldNameSchemaMapString> (Element e) Parses a schemamapping element and generates a map of field mappings- Parameters:
e- a schemamapping element- Returns:
- doctype, in-document → in-processor
-