public interface IFingerprintActivity
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
_rcsid |
Modifier and Type | Method and Description |
---|---|
boolean |
checkDateIndexable(java.util.Date date)
Detect if a date is indexable or not.
|
boolean |
checkDocumentIndexable(java.io.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(java.lang.String mimeType)
Detect if a mime type is indexable or not.
|
boolean |
checkURLIndexable(java.lang.String url)
Pre-determine whether a document's URL is indexable by this connector.
|
static final java.lang.String _rcsid
boolean checkDateIndexable(java.util.Date date) throws ManifoldCFException, ServiceInterruption
date
- is the date of the document; may be nullManifoldCFException
ServiceInterruption
boolean checkMimeTypeIndexable(java.lang.String mimeType) throws ManifoldCFException, ServiceInterruption
mimeType
- is the mime type of the document.ManifoldCFException
ServiceInterruption
boolean checkDocumentIndexable(java.io.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(java.lang.String url) throws ManifoldCFException, ServiceInterruption
url
- is the URL of the document.ManifoldCFException
ServiceInterruption