Click or drag to resize

IndexEngineConfiguration Properties

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

The IndexEngineConfiguration type exposes the following members.

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
See Also