Changes between Version 10 and Version 11 of ApertureDataSource


Ignore:
Timestamp:
10/12/05 13:26:16 (19 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ApertureDataSource

    v10 v11  
    5656!DataAccessor as this is the best place to do this detection: 
    5757 
    58  * This prevents object creation when the resource has not been modified since the last scan (DataAccessor returns null). 
     58 * This prevents object creation when the resource has not been modified since the last scan (!DataAccessor.get returns null). 
    5959 
    6060 * This allows for more sophisticated optimizations, e.g. the !HttpDataAccessor uses HTTP-specific functionality so that the webserver can decide whether the resource has changed since the last scan. This prevents an unchanged web page from being transported to the crawling side in the first place.