PrioritizeScore

Set PrioritizeScore to True to configure Eduction to return the highest scoring match that it finds when AllowMultipleResults is set to False or OnePerEntity. In this case, when Eduction finds two or more matches that start at the same offset, Eduction returns the highest scoring match.

By default, Eduction returns the longest or shortest match, depending on your NonGreedyMatch configuration.

When you set this parameter, Eduction uses the length as a tie breaker if two entities have equal scores.

Type: Boolean
Default: False
Required: No
Configuration Section:

MyRedactionSettings

Example: PrioritizeScore=True
See Also: AllowMultipleResults
NonGreedyMatch