SMILA 1.0 API documentation

Package org.eclipse.smila.importing

Interface Summary
ContentFetcher interface for services that can fetch an input stream to a content object in a data source.
DeltaService Service interface for checking if a crawled record must be sent to the processing job.
VisitedLinksService Service interface for checking if a crawled link was already crawled before.
 

Class Summary
DeltaService.EntryId returned by DeltaService.getUnvisitedEntries(String, String).
ImportingConstants Class containing general constants for importing.
 

Enum Summary
DeltaImportStrategy Parameter name and possible values to specify usage of DeltaService during update.
State result values of the {@link DeltaService#checkState(String, String, String, String) and {@link VisitedLinksService#checkState(String, String, String, String)methods.
 

Exception Summary
DeltaException Thrown by DeltaService on error in operations.
ImportingException Generic exception thrown by importing services.
VisitedLinksException Thrown by VisitedLinksService on error in operations.
 


SMILA 1.0 API documentation