Filename
The file name and path to the XML file that contains the stemmed terms and custom weight values that you want to use.
You can use the output from the TermGetInfo action, or an XML file with the same structure. IDOL extracts the term from the value of each <autn:term>
tag, and the weight from the value of the apcm_weight
attribute in the tag.
For example:
<autn:term apcm_weight="nn">TERM</autn:term>
IDOL applies weight nn
to TERM
(TERM
must be stemmed).
Actions: | DREMODIFYTERMWEIGHT |
Type: | String |
Default: | |
Example: | Filename=C:\IDOL\Weights\standardweights.xml
|
See Also: |
|