Class FsCrawlerConfig

java.lang.Object
com.norconex.crawler.core.CrawlerConfig
com.norconex.crawler.fs.FsCrawlerConfig

public class FsCrawlerConfig extends CrawlerConfig

File System Crawler configuration. Behaves exactly like CrawlerConfig, with one addition: a LocalFetcher is registered by default, so a configuration that declares no fetchers still crawls the local file system.

Declaring one or more fetchers replaces this default. Declaring an explicitly empty fetchers list leaves the crawler with no fetcher, same as for any other crawler.

See Also:
  • Constructor Details

    • FsCrawlerConfig

      public FsCrawlerConfig()