A query to Content Manager that identifies documents to replace in the index (for example IDOL). Documents are usually replaced when their content has changed. Set this parameter only if you want to replace documents identified by a custom query.
synchronize
fetch action issues an ingest-replace command (equivalent to a remove followed by an add) for each document that is returned by the query.If you only need to update the metadata of a document, consider using the parameter UpdateRecords.
Type: | String |
Default: | |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | ReplaceRecords=createdOn:this week and assignee:me
|
See Also: |
|