Click or drag to resize

IndexEngineConfiguration Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbWEM.Core.settings.IndexEngineConfiguration"]

Inheritance Hierarchy
SystemObject
  dataBindableBase
    imbBindable
      imbWEM.Core.settingsIndexEngineConfiguration

Namespace:  imbWEM.Core.settings
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class IndexEngineConfiguration : imbBindable

The IndexEngineConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodIndexEngineConfiguration
Initializes a new instance of the IndexEngineConfiguration class
Top
Properties
  NameDescription
Public propertycrawlerBreadthNFirstTake
Number of links to traverse in one iteration by BreadthNFirst, if not overriden by the crawler settings
Public propertydoIndexAutoSaveOnDLCs
Number of DLCs sent for index update after which the index should do autosave of its datatables
Public propertydoIndexBackupOnEachSave
Forces index to make a backup on each save
Public propertydoIndexFullTrustMode
Public propertydoIndexLoadMainIndex
Public propertydoIndexPublishAndBackupOnOpenSession
If true it will perform index backup and publishing on start-up
Public propertydoIndexUpdateOnDLC
Index is updated at end of each DLC thread
Public propertydoRunIndexInReadOnlyMode
If true it will keep the index database in read only mode
Public propertydoSaveDetectedURLs
If true, on index update call it will save records on urls detected during the last crawl
Public propertydoSaveFailedURLQueries
If true it will save into index all url's that were queried for relevancy/stats but were not found in the index
Public propertyplugIn_indexDBUpdater_optimizedMode
If true it will skip indexPage entries that have above 0 IP and LM
Public propertyplugIn_indexDBUpdater_TFIDF_per_DLC
If true it will create separate instance of Master TF-IDF for each DLC - it will consume more memory but increase performance
Public propertyplugIn_indexDBUpdater_updateDomainEntry
If true it will update domain aggregate information on IP, lemmas and etc.
Public propertystageIterationLimitFullScan
Iteration limit when doing full scan
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodOnPropertyChanged
Called when a property is changed.
(Inherited from dataBindableBase.)
Public methodprepare
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from dataBindableBase.)
Top
See Also