public class CrawlConfig extends Object
Constructor and Description |
---|
CrawlConfig() |
CrawlConfig(CrawlId crawlId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
CrawlId |
getCrawlId()
Gets the value of the crawlId property.
|
Integer |
getCrawlThreads() |
LoggingLevel |
getLoggingLevel() |
List<ManipulatorConfig> |
getManipulatorConfigs() |
OutputConfig |
getOutputConfig() |
ModuleId |
getOutputModuleId()
Gets the ModuleId of the embedded OutputConfig, if one is present.
|
SourceConfig |
getSourceConfig() |
ModuleId |
getSourceModuleId()
Gets the ModuleId of the embedded SourceConfig.
|
TextExtractionConfig |
getTextExtractionConfig() |
Boolean |
getUnavailableIncrementalSwitchesToFullCrawl() |
int |
hashCode() |
void |
setCrawlId(CrawlId value) |
void |
setCrawlThreads(Integer value) |
void |
setLoggingLevel(LoggingLevel value) |
void |
setManipulatorConfigs(List<ManipulatorConfig> value) |
void |
setOutputConfig(OutputConfig value) |
void |
setSourceConfig(SourceConfig value) |
void |
setTextExtractionConfig(TextExtractionConfig value) |
void |
setUnavailableIncrementalSwitchesToFullCrawl(Boolean value) |
String |
toString() |
public CrawlConfig()
public CrawlConfig(CrawlId crawlId)
public CrawlId getCrawlId()
CrawlId
public void setCrawlId(CrawlId value)
public Integer getCrawlThreads()
public void setCrawlThreads(Integer value)
public Boolean getUnavailableIncrementalSwitchesToFullCrawl()
public void setUnavailableIncrementalSwitchesToFullCrawl(Boolean value)
public LoggingLevel getLoggingLevel()
public void setLoggingLevel(LoggingLevel value)
public SourceConfig getSourceConfig()
public void setSourceConfig(SourceConfig value)
public TextExtractionConfig getTextExtractionConfig()
public void setTextExtractionConfig(TextExtractionConfig value)
public List<ManipulatorConfig> getManipulatorConfigs()
public void setManipulatorConfigs(List<ManipulatorConfig> value)
public OutputConfig getOutputConfig()
public void setOutputConfig(OutputConfig value)
public ModuleId getSourceModuleId()
public ModuleId getOutputModuleId()
Copyright © 2007, 2013, Oracle and/or its affiliates. All rights reserved.