ISpiderEvaluatorBase Interface |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:imbWEM.Core.crawler.evaluators.ISpiderEvaluatorBase"]
Namespace: imbWEM.Core.crawler.evaluators
public interface ISpiderEvaluatorBase : IAppendDataFields, IObjectWithName, IObjectWithNameAndDescription, IObjectWithDescription, IAcePluginBase
The ISpiderEvaluatorBase type exposes the following members.
| Name | Description | |
|---|---|---|
| aboutFilepath |
filepath to external file with about spider text
| |
| crawlerHash | ||
| description | ||
| FullDescription | ||
| instanceName |
Name of this plugin instance
(Inherited from IAcePluginBase.) | |
| name |
Spider evaluator algorithm name
| |
| parent | ||
| plugins | ||
| settings |
Spider settings
|
| Name | Description | |
|---|---|---|
| AppendDataFields |
Appends its data points into new or existing property collection
| |
| approveUrl |
Approves the URL for futher consideration based on url string content
| |
| Clone | ||
| getSpiderSingleTask |
Creates single web loading task
| |
| operation_applyLinkRules |
E2: Applies passive link rules to new Active links
| |
| operation_detectCrossLinks |
E4: Performes ranking, selects the next task and drops links below
| |
| operation_evaluatePages |
E3: Performes ranking, selects the next task and drops links below
| |
| operation_GetLoadTask |
E3: Performes ranking, selects the next task and drops links below
| |
| operation_receiveResult |
E1: Operations the receive result.
| |
| prepareAll |
Prepares all rules for new case
| |
| reportCrawlFinished | ||
| reportDomainFinished | ||
| reportIteration | ||
| setStartPage |
Sets the start page and inicializes all rule sets
|
| Name | Description | |
|---|---|---|
| Describe | (Defined by spiderTools.) |