The SourceImportMode enumeration determines indexing mode of data source view option.
It is used by the following properties and methods:
| Value | Brief description |
| 0 | Full. Full indexation:
|
| 1 | SystemUpdate. Data source name and description are indexed. |
| 2 | CustomUpdate. Custom fields values are indexed (Values are set using the macros determined in ISolrImportCustomBinding.ClassName) and using settings determined in ISolrSourceDataImportDestinationInfo.DocumentExtensionInfo. |
| 3 | Update. Values corresponding to SystemUpdate and CustomUpdate are indexed. |
NOTE. If indexing is not full (the SystemUpdate, CustomUpdate or Update option is selected), it is necessary to take into account the ISolrImportContext.CleanType property value. If the property is set to SolrImportCleanType.Specified or SolrImportCleanType.All, the existing indexed data will be removed. Consider that new data will not be indexed.
See also: