Class Crawler

java.lang.Object
com.norconex.crawler.core.Crawler

public class Crawler extends Object
  • Constructor Details

  • Method Details

    • crawl

      public void crawl()
      Crawl without first cleaning the crawler (i.e., incremental crawling). Same as invoking crawl(false).
    • crawl

      public void crawl(boolean startClean)
      Parameters:
      startClean -
    • clean

      public void clean()
    • stop

      public void stop(String... nodeUrls)
    • storageExport

      public void storageExport(Path dir, boolean pretty)
    • storageImport

      public void storageImport(Path inFile)
    • withCrawlSession

      public void withCrawlSession(Consumer<CrawlerSession> c)
    • getCrawlDriver

      public CrawlerDriver getCrawlDriver()
    • getCrawlConfig

      public CrawlerConfig getCrawlConfig()