Keywording identifier (subarea)
In this area, you can use pattern matching to specify which property values to save to index fields.
ID: KeywordingMatchType
Match ID
This configurable identifier is required if you use a custom mode to output property values to index fields.
ID: KeywordingMatchType.Id
Property name
Specifies the value that is transferred to an index field
ID: KeywordingMatchType.PropName
Action type
Specifies whether to just perform match actions or whether to match and replace.
ID: KeywordingMatchType.Type (references: MatchReplaceType)
Matching pattern
Configuration of the matching pattern to be used
ID: KeywordingMatchType.Pattern
Replace
The replace action determines the result on a successful pattern match, unless you want to transfer the entire field value to an index field.
ID: KeywordingMatchType.Replacement
Match mode
The match mode specifies whether to apply simple pattern matching or to match with regular expressions.
ID: KeywordingMatchType.Mode (references: MatchModeType)
Regex options
Options for matching with a regular expression. Possible options are: none: No options. ignorecase: Case is ignored. multiline: All lines are included. explicitcapture: Only valid groups are named. singleline: Only one line is included. ignorepatternwhitespace: Whitespaces in patterns are ignored. righttoleft: Value is read from right to left. ecmascript: ECMAScript compliant evaluation behavior. cultureinvariant: No special consideration of cultural language properties. Multiple options are entered using the "|" character.
ID: KeywordingMatchType.Options
Interval separator
The interval separator is required if you use interval validation to recognize index fields.
ID: KeywordingMatchType.Delim