Note: You must install Oracle WebCenter Content Service for Documentum to access this functionality.
You can limit the scope of your crawl to include only documents that satisfy a DQL predicate you specify. This predicate is added to the DQL run by the content crawler to extract all documents.
If necessary, in the DQL Predicate box, type the predicate, in DQL format as specified in the Documentum DQL Reference Manual. If you input an incorrect DQL predicate, the crawl fails without importing any documents. The following examples show valid predicates:
any r_version_label = 'APPROVED'title is not null and subject like 'Plumtree%'The DQL predicate can include only attributes that are part of dm-document. Custom attributes created by subclassing dm-document cannot be used in the DQL predicate.