Package com.norconex.collector.fs.fetch
Interface IFileMetadataFetcher
- All Known Implementing Classes:
GenericFileMetadataFetcher
public interface IFileMetadataFetcher
Fetches a document metadata (e.g., document properties).
- Since:
- 2.7.0
- Author:
- Pascal Essiembre
-
Method Summary
Modifier and TypeMethodDescriptionfetchMetadada(org.apache.commons.vfs2.FileObject fileObject, Properties metadata) Fetches the document metadata for a path and stores it in the providedProperties.
-
Method Details
-
fetchMetadada
Fetches the document metadata for a path and stores it in the providedProperties.- Parameters:
fileObject- the file object representing the documentmetadata- recipient for storing metadata- Returns:
- crawl state
-