Adding incremental support for the FS adaptor. The FS adaptor uses JNA
to monitor the configured root path for any file changes. If a new file
or folder is added the adaptor will push the DocId of the parent for the
new item. If an item is modified then the adpator sends a craw immediately
for that item. If an is renamed then the adaptor sends a craw immediately
for the parent of the item that was renamed.
8 files changed