IngestIfLastAccessChanged
When the connector runs the synchronize fetch action and sees a file that it has seen before, it only re-ingests the document when the last modified time of the file has changed.
To update a document's metadata when the last access time has changed, set this parameter to true
. Setting this parameter to true
means that the last access time is kept up-to-date in the IDOL index.
Type: | Boolean |
Default: | False |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | IngestIfLastAccessChanged=True
|
See Also: |