Package | Description |
---|---|
org.apache.manifoldcf.crawler.connectors |
Modifier and Type | Method and Description |
---|---|
IDocumentIdentifierStream |
BaseRepositoryConnector.getDocumentIdentifiers(DocumentSpecification spec,
long startTime,
long endTime)
The short version of getDocumentIdentifiers.
|
IDocumentIdentifierStream |
BaseRepositoryConnector.getDocumentIdentifiers(ISeedingActivity activities,
DocumentSpecification spec,
long startTime,
long endTime)
The long version of getDocumentIdentifiers.
|
IDocumentIdentifierStream |
BaseRepositoryConnector.getRemainingDocumentIdentifiers(ISeedingActivity activities,
DocumentSpecification spec,
long startTime,
long endTime)
This method returns the document identifiers that should be considered part of the seeds, but do not need to be
queued for processing at this time.
|