Click or drag to resize

ruleIndexRelevance Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the ruleIndexRelevance class.

Namespace:  imbWEM.Core.crawler.rules.passive
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public ruleIndexRelevance(
	int __scoreUnit,
	int __penaltyUnit,
	indexPageEvaluationDriveMode __modeOfOperation,
	ISpiderEvaluatorBase __parent
)

Parameters

__scoreUnit
Type: SystemInt32
Score for Target with evaluation entry | or meeting other criterion set by mode of operation
__penaltyUnit
Type: SystemInt32
The penalty unit.
__modeOfOperation
Type: imbWEM.Core.index.coreindexPageEvaluationDriveMode
The mode of operation.
__parent
Type: imbWEM.Core.crawler.evaluatorsISpiderEvaluatorBase
The parent.
See Also