Changes between Version 8 and Version 9 of ApertureDataSource
- Timestamp:
- 10/12/05 13:24:33 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ApertureDataSource
v8 v9 50 50 scheme(s) it supports. 51 51 52 == Incremental Scanning == 53 52 54 The !AccessData instance used in !DataCrawlerBase maintains the information 53 55 about which objects have been scanned before. This instance is passed to the 54 !DataAccessor as this is the best class to do this detection. For example, 55 this allows the !HttpDataAccessor to use HTTP-specific functionality to let 56 !DataAccessor as this is the best place to do this detection. First, this prevents object creation when the resource has not been modified since the last scan (DataAccessor returns null). Furthermore, this allows the !HttpDataAccessor to use HTTP-specific functionality to let 56 57 the webserver decide on whether the resource has changed since the last scan, 57 58 preventing an unchanged file from being transported to the crawling side in