DocumentClassFilter
An SQL query to select the documents to ingest from the document class specified by DocumentClass. If you do not set this parameter, all documents in the document class are ingested.
Type: | String |
Default: | |
Required: | No |
Configuration Section: | Any section specified by DocumentClassSections, or TaskName |
Example: | [MyTask] ... DocumentClassSections=DocumentClass1 [DocumentClass1] DocumentClass=Document DocumentClassFilter=Language='EN' AND (TopicStatus = 'PUBLISHED' OR TopicStatus = 'TRANSLATED') |
See Also: |