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:

violationwriter in ViolationWriterConfig.xml

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.
  • If the value specified is N, the top N combinations are collected.
  • If the value specified is 0 (zero), all the combinations are collected.
Default The default value is 50.