Fuzzy matching limit
You can define the limit for collecting fuzzy matching combinations using the full text search (FTS), during an analysis.
This setting must be defined in the ViolationWriterConfig.xml file. The current default is 50 and top 50 pairs are collected during an analysis performed using Process Rule format:
Based on your requirements, configure the xml setting:
Setting | Description |
---|---|
XML file name and path | [InstallPath]\Settings\ViolationWriterConfig.xml |
Node | <violationwriter>
|
Tag | <FuzzyFTSRank>50</FuzzyFTSRank>
|
Configuration setting | Specify the preferred threshold value for fuzzy matching combinations
in the node.
|
Default | The default value is 50. |