The minimum score that is required for a match to be returned. The lowest possible score is 0. The upper limit varies depending on the entity.
As the minimum score is increased above 0
, towards (and even past) 1
, you are indicating that matches must meet a higher confidence level to be returned.
NOTE: The minimum score threshold is applied before Eduction runs any post-processing tasks. If a post-processing task reduces the score for a match so that it is lower than the threshold specified by this parameter, the match is not discarded. You could discard the match in the post-processing task, or run an additional post-processing task to check the scores on all matches and discard those below a certain value.
The entity number (N
) in EntityMinScoreN
must match the corresponding entity number in the EntityN
entry.
Type: | Long |
Default: | 0 (returns all matches) |
Required: | No |
Configuration Section: | Eduction |
Example: |
To specify a minimum score of
|
See Also: |
|