public class DocumentHelper extends Object
| Constructor and Description |
|---|
DocumentHelper() |
| Modifier and Type | Method and Description |
|---|---|
String |
decodeSimilarDocHash(String hash) |
String |
encodeSimilarDocHash(String hash) |
String |
getContent(org.codelibs.fess.crawler.entity.ResponseData responseData,
String content,
Map<String,Object> dataMap) |
String |
getDigest(org.codelibs.fess.crawler.entity.ResponseData responseData,
String content,
Map<String,Object> dataMap,
int maxWidth) |
protected int |
getMaxAlphanumTermSize() |
protected int |
getMaxSymbolTermSize() |
protected int[] |
getSpaceChars() |
protected boolean |
isDuplicateTermRemoved() |
Map<String,Object> |
processRequest(CrawlingConfig crawlingConfig,
String crawlingInfoId,
String url) |
public String getContent(org.codelibs.fess.crawler.entity.ResponseData responseData, String content, Map<String,Object> dataMap)
protected int getMaxAlphanumTermSize()
protected int getMaxSymbolTermSize()
protected boolean isDuplicateTermRemoved()
protected int[] getSpaceChars()
public String getDigest(org.codelibs.fess.crawler.entity.ResponseData responseData, String content, Map<String,Object> dataMap, int maxWidth)
public Map<String,Object> processRequest(CrawlingConfig crawlingConfig, String crawlingInfoId, String url)
Copyright © 2009–2017 CodeLibs. All rights reserved.