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 Type
    Method
    Description
    fetchMetadada(org.apache.commons.vfs2.FileObject fileObject, Properties metadata)
    Fetches the document metadata for a path and stores it in the provided Properties.
  • Method Details

    • fetchMetadada

      CrawlState fetchMetadada(org.apache.commons.vfs2.FileObject fileObject, Properties metadata)
      Fetches the document metadata for a path and stores it in the provided Properties.
      Parameters:
      fileObject - the file object representing the document
      metadata - recipient for storing metadata
      Returns:
      crawl state