DRETermGetInfoParameter
NOTE: This parameter description applies only to the ProfileUser action.
A TermGetInfo
action parameter to add to the profile query. When you send a ProfileUser action, IDOL Community Component uses an internal TermGetInfo
action to find the best terms and phrases in the specified Document. DREQueryParameter
allows you to add extra parameters to this action. For example, you can add the MinDocOccs
or OnlyExisting
parameters.
Specify the action parameters to add in the following format:
DRETermGetInfoParameter
=ParameterValue
where,
TermGetInfoParameter
|
is the TermGetInfo action parameter to add to the profile query. |
ParameterValue
|
is the value for the action parameter. |
Actions: | ProfileUser |
Type: | String |
Default: | |
Example: | DREMaxTerms=30
In this example, the action parameter MaxTerms ensures that only the 30 best terms in the specified Document are used to train the profile.DREMinDocOccs=3 In this example, if you specify text to train the agent, the value set specifies the minimum number of times that terms must occur in the specified text for information to return for them. DREOnlyExisting=False In this example, if you specify text to train the agent, IDOL Community Component applies weighting both for existing terms and for terms that do not exist in the data index. Terms that do not exist in IDOL Community Component are given a default weighting. |
See Also: |