Click or drag to resize

spiderSettings Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

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

Inheritance Hierarchy
SystemObject
  dataBindableBase
    imbBindable
      imbWEM.Core.crawlerspiderSettings

Namespace:  imbWEM.Core.crawler
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public class spiderSettings : imbBindable

The spiderSettings type exposes the following members.

Constructors
  NameDescription
Public methodspiderSettings
Initializes a new instance of the spiderSettings class
Top
Properties
  NameDescription
Public propertyComment
Customization comments
Public propertydoEnableCrossLinkDetection
shoulw crawler perform crosslink detection on each iteration
Public propertydoEnableDLC_BlockTree
autoconfigurable :: switching page block decomposing on DLC level
Public propertydoEnableDLC_TFIDF
autoconfigurable :: switching semantic record tracking (TF-IDF) if required by a module
Public propertyflags
Public propertyFRONTIER_doLinkHarvest
true - enables link harvest from the loaded page, recommanded value is true
Public propertyFRONTIER_doLinkResolver
true - enables link resolving after the harvest -- resolver will unify links that point to the same target
Public propertyFRONTIER_harvestNature
Flags enabling harvest links of specified linkNature
Public propertyFRONTIER_harvestScope
Flags enabling link harvest for specified linkScope
Public propertyFRONTIER_PullDecayModes
Flags that turn on one of Target auto removal modes
Public propertyFRONTIER_PullTakeMode
How it makes the final selection of the targets
Public propertylimitIterationNewLinks
LoadTake - LT
Public propertylimitIterations
Maximum allowed spider iterations per web site profile
Public propertylimitTotalLinks
Total maximum of links to be loaded
Public propertylimitTotalPageLoad
Limits number of pages allowed to be loaded by spider
Public propertyprimaryPageSetSize
Target size of primary page set
Public propertySignatureSufix
Signature sufix used for experiment crawler ID
Public propertyTermExpansionForContent
SEMANTIC_DOCUMENT_CONTRACTION
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnPropertyChanged (Inherited from dataBindableBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from dataBindableBase.)
Top
See Also