Dynamicweb.Extensibility.Searching Namespace : GlobalSettings Class |
The following tables list the members exposed by GlobalSettings.
Name | Description | |
---|---|---|
GlobalSettings Constructor | Initializes a new instance of an object. |
Name | Description | |
---|---|---|
EnableAutoUpdate | Gets or sets value indicating whether to auto-update the index whenever any changes are performed on the original data. | |
EnableQueue | Gets or sets value indicating whether to enable queue for a given index. | |
EntryIndexingDelay | Gets or sets the number of milliseconds to wait before indexing next entry. | |
IndexingBackupUpdate | Gets or sets value indicating whether to perform "safe" update (update the backup version and then copy to the life version). | |
IndexingDelay | Gets or sets the delay (in milliseconds) to take between failed index updates. | |
IndexingRetryCount | Gets or sets the number of retries when updating the index from failed state. | |
TryRecoverCorruptedIndex | Gets or sets value indicating whether to try to recover index from the corrupted state while searching. |
Name | Description | |
---|---|---|
GetSettings | (Inherited from Dynamicweb.Searching.Management.Configuration.ConfigurationProvider) | |
Initialize | Overridden. Initializes the provider by loading settings from the persistent storage. | |
Save | Overridden. Saves current settings into the persistent storage. |