A Boolean that specifies whether to return only unique matches in each document. To return a single occurrence of a particular value, set this parameter to True
. When EnableUniqueMatches=True
, two EntityN
definitions cannot return the same value, even if they use different patterns. If the same value occurs more than once, only the first instance is returned, even if the matches occur for different entities.
Duplicates display by default unless you set EnableUniqueMatches
to True
to explicitly remove them.
If you set both the EnableUniqueMatches
configuration parameter and the EnableUniqueMatches
action, the action settings take precedence.
Type: | Boolean |
---|---|
Default: | False |
Required: | No |
Configuration Section: | Any section that you have defined for HPE Eduction Server settings. |
Example: | EnableUniqueMatches=True
|
See Also: |
|