Matches only items with scores equal to or exceeding the threshold.
The minimum score defaults to 0, which returns all matches. As the minimum score is increased above 0, up to a maximum of 1, the user of the grammar is indicating that matches must meet a higher confidence level for the match to be returned. If scoring is not used by the author of an entity, the minimum score parameter specified by the user has no effect, because by default the entity has a score of 1 and therefore is always be returned.
If you set both the MinScore
configuration parameter and the MinScore
action, the action settings take precedence.
Type: | Double |
---|---|
Default: | 0 |
Required: | No |
Configuration Section: | Any section that you have defined for HPE Eduction Server settings. |
Example: |
|
See Also: | MatchWholeWord
TokenWithPunctuation |
|