Click or drag to resize

ISpiderEvaluatorBase Interface

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:imbWEM.Core.crawler.evaluators.ISpiderEvaluatorBase"]

Namespace:  imbWEM.Core.crawler.evaluators
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public interface ISpiderEvaluatorBase : IAppendDataFields, 
	IObjectWithName, IObjectWithNameAndDescription, IObjectWithDescription, IAcePluginBase

The ISpiderEvaluatorBase type exposes the following members.

Properties
  NameDescription
Public propertyaboutFilepath
filepath to external file with about spider text
Public propertycrawlerHash
Public propertydescription
Public propertyFullDescription
Public propertyinstanceName
Name of this plugin instance
(Inherited from IAcePluginBase.)
Public propertyname
Spider evaluator algorithm name
Public propertyparent
Public propertyplugins
Public propertysettings
Spider settings
Top
Methods
  NameDescription
Public methodAppendDataFields
Appends its data points into new or existing property collection
Public methodapproveUrl
Approves the URL for futher consideration based on url string content
Public methodClone
Public methodgetSpiderSingleTask
Creates single web loading task
Public methodoperation_applyLinkRules
E2: Applies passive link rules to new Active links
Public methodoperation_detectCrossLinks
E4: Performes ranking, selects the next task and drops links below
Public methodoperation_evaluatePages
E3: Performes ranking, selects the next task and drops links below
Public methodoperation_GetLoadTask
E3: Performes ranking, selects the next task and drops links below
Public methodoperation_receiveResult
E1: Operations the receive result.
Public methodprepareAll
Prepares all rules for new case
Public methodreportCrawlFinished
Public methodreportDomainFinished
Public methodreportIteration
Public methodsetStartPage
Sets the start page and inicializes all rule sets
Top
Extension Methods
  NameDescription
Public Extension MethodDescribe (Defined by spiderTools.)
Top
See Also