IndexEngineConfiguration Class |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:imbWEM.Core.settings.IndexEngineConfiguration"]
Namespace: imbWEM.Core.settings
public class IndexEngineConfiguration : imbBindable
The IndexEngineConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
| IndexEngineConfiguration | Initializes a new instance of the IndexEngineConfiguration class |
| Name | Description | |
|---|---|---|
| crawlerBreadthNFirstTake |
Number of links to traverse in one iteration by BreadthNFirst, if not overriden by the crawler settings
| |
| doIndexAutoSaveOnDLCs | Number of DLCs sent for index update after which the index should do autosave of its datatables | |
| doIndexBackupOnEachSave | Forces index to make a backup on each save | |
| doIndexFullTrustMode | ||
| doIndexLoadMainIndex | ||
| doIndexPublishAndBackupOnOpenSession | If true it will perform index backup and publishing on start-up | |
| doIndexUpdateOnDLC | Index is updated at end of each DLC thread | |
| doRunIndexInReadOnlyMode | If true it will keep the index database in read only mode | |
| doSaveDetectedURLs | If true, on index update call it will save records on urls detected during the last crawl | |
| doSaveFailedURLQueries | If true it will save into index all url's that were queried for relevancy/stats but were not found in the index | |
| plugIn_indexDBUpdater_optimizedMode | If true it will skip indexPage entries that have above 0 IP and LM | |
| plugIn_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 | |
| plugIn_indexDBUpdater_updateDomainEntry | If true it will update domain aggregate information on IP, lemmas and etc. | |
| stageIterationLimitFullScan |
Iteration limit when doing full scan
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| OnPropertyChanged |
Called when a property is changed.
(Inherited from dataBindableBase.) | |
| prepare | ||
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| PropertyChanged |
Occurs when a property value changes.
(Inherited from dataBindableBase.) |