AllowMultipleResults
This parameter specifies how many results to return, when Eduction finds multiple matches at the same offset (starting position) in the input text. Eduction returns only one result by default, but you can choose to return all of the matches or up to one per entity.
Set this parameter to one of the following values:
All
orTrue
. Eduction returns all results.OnePerEntity
. Eduction returns up to one result per entity at each offset.No
orFalse
. Eduction does not return multiple results at the same offset.
For more information, see the AllowMultipleResults configuration parameter.
Action: | EduceFromFile, EduceFromText, RedactFromFile, RedactFromText |
Type: | String |
Default: | The value of the AllowMultipleResults configuration parameter |
Example: | AllowMultipleResults=All
|
See Also: | NonGreedyMatch |