DownloadDocAction
The method to use to download data when you send a TaxonomyGenerate action with WriteTaxonomy set to True
. You can use one of the following options:
-
SimpleDownload
. Download the documents that the URL points to. -
URLList
. Append a URL to a list of URLs in aurls.txt
file, which is stored in the directory that this cluster is exported to. -
DREContents
. Download the text from a document in the IDOL Server data index. This is the default method. -
Summary
. Download the summary that results from a query.
Type: | String |
Default: | DREContents
|
Required: | No |
Configuration Section: | Taxonomy |
Example: | DownloadDocAction=SimpleDownload
|
See Also: |