SMILA 1.0 API documentation

Package org.eclipse.smila.importing

Interface Summary
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
DeltaCheckerWorker Worker implementation that performs delta checks.
ImportingConstants Class containing general constants for importing.
UpdatePusherWorker Worker that pushes input records to the bulkbuilder and marks the records as updated in delta indexing.
 

Enum Summary
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.
StateException Thrown by DeltaService on error in operations.
StateNotFoundException Special case of StateException implementing NotFoundHTTPResult, thrown if source or store are not found.
VisitedLinksException Thrown by VisitedLinksService on error in operations.
 


SMILA 1.0 API documentation