XML Configuration Reference : Index : PartMapping
 
PartMapping
com.exalead.indexing.analysis.v10.PartMapping
PartMapping specifies how parts are remapped to index fields.
Parent elements:
com.exalead.indexing.analysis.v10.MappingConfiguration (as MappingConfiguration)
Attributes:
Name
Type
Default value
Description
name
string
Name of the Part to map.
prefixMatch
boolean
Matches all parts that starts with this prefix.
patternMatch
boolean
Matches all parts matching this pattern (must be a valid regular expression).
Nested elements:
Name
Type
Description
PartTarget
com.exalead.indexing.analysis.v10.PartTarget*