A Complete Synchronize Action
This section demonstrates code for a connector's synchronize
action. During a complete synchronize, a connector ingests every document in a repository, regardless of whether the documents have changed since the last synchronize.
The sample uses a directory on the file system to represent a repository.
The source for this connector is included in the SDK (SimpleSynchronize.java
). If you want to try this connector you can build this to produce SimpleSynchronize.jar
.