Package org.codelibs.fess.helper
Class DataIndexHelper
java.lang.Object
org.codelibs.fess.helper.DataIndexHelper
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected longprotected final List<DataIndexHelper.DataCrawlingThread> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidprotected voiddoCrawl(String sessionId, List<DataConfig> configList) voidsetCrawlerPriority(int crawlerPriority) voidsetCrawlingExecutionInterval(long crawlingExecutionInterval)
-
Field Details
-
crawlingExecutionInterval
protected long crawlingExecutionInterval -
crawlerPriority
protected int crawlerPriority -
dataCrawlingThreadList
-
-
Constructor Details
-
DataIndexHelper
public DataIndexHelper()
-
-
Method Details
-
crawl
-
crawl
-
doCrawl
-
setCrawlingExecutionInterval
public void setCrawlingExecutionInterval(long crawlingExecutionInterval) -
setCrawlerPriority
public void setCrawlerPriority(int crawlerPriority)
-