public interface IFingerprintActivity
Modifier and Type | Method and Description |
---|---|
boolean |
checkDateIndexable(Date date)
Detect if a date is indexable or not.
|
boolean |
checkDocumentIndexable(File localFile)
Check whether a document is indexable by the currently specified output connector.
|
boolean |
checkLengthIndexable(long length)
Check whether a document of a specific length is indexable by the currently specified output connector.
|
boolean |
checkMimeTypeIndexable(String mimeType)
Detect if a mime type is indexable or not.
|
boolean |
checkURLIndexable(String url)
Pre-determine whether a document's URL is indexable by this connector.
|
static final String _rcsid
boolean checkDateIndexable(Date date) throws ManifoldCFException, ServiceInterruption
date
- is the date of the document; may be nullManifoldCFException
ServiceInterruption
boolean checkMimeTypeIndexable(String mimeType) throws ManifoldCFException, ServiceInterruption
mimeType
- is the mime type of the document.ManifoldCFException
ServiceInterruption
boolean checkDocumentIndexable(File localFile) throws ManifoldCFException, ServiceInterruption
localFile
- is the local copy of the file to check.ManifoldCFException
ServiceInterruption
boolean checkLengthIndexable(long length) throws ManifoldCFException, ServiceInterruption
length
- is the document length.ManifoldCFException
ServiceInterruption
boolean checkURLIndexable(String url) throws ManifoldCFException, ServiceInterruption
url
- is the URL of the document.ManifoldCFException
ServiceInterruption