AddRecordsQuery
A query to Content Manager that identifies new documents to index.
- If you set AddRecordsQuery, ReplaceRecordsQuery, UpdateRecordsQuery, or RemoveRecords, the connector performs all of the configured custom queries and ingests documents based on the query results (the new documents first, followed by replaces, followed by updates, and finally removes).
- If you do not set any of those parameters, the connector automatically identifies new, modified, and deleted documents.
For information about how to construct the query, refer to the Content Manager Documentation.
Type: | String |
Default: | |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | AddRecordsQuery=createdOn:this week and assignee:me
|
See Also: |