 | spiderDLContextprocessLoaderResult Method |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI [This is preliminary documentation and is subject to change.]
Processes loader result
Namespace:
imbWEM.Core.crawler.targets
Assembly:
imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic int processLoaderResult(
spiderTaskResult stResult,
bool doLinkResolver = true,
bool doLinkHarvest = true,
linkNature nature = linkNature.navigation,
linkScope scope = linkScope.inner
)
Parameters
- stResult
- Type: imbWEM.Core.crawler.corespiderTaskResult
The st result. - doLinkResolver (Optional)
- Type: SystemBoolean
Performs LinkResolver component tasks over each harvested link - doLinkHarvest (Optional)
- Type: SystemBoolean
Extract designated linkNature and linkScope from the content - nature (Optional)
- Type: imbCommonModels.enumslinkNature
The nature of links to harvest - flags - scope (Optional)
- Type: imbCommonModels.enumslinkScope
The scope of links to harvest - flags
Return Value
Type:
Int32Number of newly added links
See Also