commit | 90bbad93a78d3c509636461ad250d0bcea8a6c97 | [log] [tgz] |
---|---|---|
author | Miguel Fernandez <mifern@google.com> | Fri Aug 02 18:12:12 2013 -0700 |
committer | Miguel Fernandez <mifern@google.com> | Fri Aug 09 10:56:31 2013 -0700 |
tree | a46b3944acd4a926af761bfef4a47ad1ceb21053 | |
parent | f84eda2bab0372da61cced92ba036e1f70b9583d [diff] |
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.