public class Crawler extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Crawler.Options |
| Modifier and Type | Field and Description |
|---|---|
protected CrawlingInfoService |
crawlingInfoService |
protected DataIndexHelper |
dataIndexHelper |
protected FessEsClient |
fessEsClient |
protected PathMappingService |
pathMappingService |
protected WebFsIndexHelper |
webFsIndexHelper |
| Constructor and Description |
|---|
Crawler() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addError(String msg) |
int |
doCrawl(Crawler.Options options) |
static void |
main(String[] args) |
protected void |
sendMail(Map<String,String> infoMap) |
protected void |
writeTimeToSessionInfo(CrawlingInfoHelper crawlingInfoHelper,
String key) |
protected FessEsClient fessEsClient
protected WebFsIndexHelper webFsIndexHelper
protected DataIndexHelper dataIndexHelper
protected PathMappingService pathMappingService
protected CrawlingInfoService crawlingInfoService
public static void addError(String msg)
public static void main(String[] args)
public int doCrawl(Crawler.Options options)
protected void writeTimeToSessionInfo(CrawlingInfoHelper crawlingInfoHelper, String key)
Copyright © 2009–2017 CodeLibs. All rights reserved.