Package com.norconex.crawler.core
Class Crawler
java.lang.Object
com.norconex.crawler.core.Crawler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclean()voidcrawl()Crawl without first cleaning the crawler (i.e., incremental crawling).voidcrawl(boolean startClean) voidvoidstorageExport(Path dir, boolean pretty) voidstorageImport(Path inFile) void
-
Constructor Details
-
Crawler
-
-
Method Details
-
crawl
public void crawl()Crawl without first cleaning the crawler (i.e., incremental crawling). Same as invokingcrawl(false). -
crawl
public void crawl(boolean startClean) - Parameters:
startClean-
-
clean
public void clean() -
stop
-
storageExport
-
storageImport
-
withCrawlSession
-
getCrawlDriver
-
getCrawlConfig
-