Action | Description |
---|---|
Scan | Performs the scan for this connector, full or incremental, depending on connector configuration and previous scan operations. Scan requests are processed one after the other. When a scan request is launched while another scan is already being processed, it is added to a queue persisted to disk. It will start once the current scan is finished. |
Abort scan | Stops the scan for a specific connector. Note: It does not delete the documents already processed. |
Clear documents | Deletes all connector documents from the system and resets the connector state. |
More actions | Most connectors include more actions than Scan, Abort scan and Clear documents. For example, you can have actions such as Force rescan. |
Action | to specify... |
---|---|
Scan mode | The scan mode to schedule, for example Full scan. |
Schedule type | The schedule frequency. It can be Once, Monthly, Weekly, Periodic or Cron. For Cron, you must use a Quartz cron expression (not a Linux cron expression). These expressions are supported by both Windows and Linux OS. It must include 6 required fields for: seconds, minutes, hours, day of month, month, day of week; and optionally, a year field separated by a white space. For more information, see . |
Starts and Select execution time | The start date and time. |