Class FileSystemFetcherFactory

java.lang.Object
org.apache.tika.pipes.fetcher.fs.FileSystemFetcherFactory
All Implemented Interfaces:
FetcherFactory, TikaExtensionFactory<Fetcher>, org.pf4j.ExtensionPoint

@Extension public class FileSystemFetcherFactory extends Object implements FetcherFactory
Factory for creating file system fetchers.

Example JSON configuration:

"fetchers": {
  "file-system-fetcher": {
    "my-fetcher": {
      "basePath": "/path/to/files",
      "extractFileSystemMetadata": true
    }
  }
}