The SourceImportMode enumeration determines an indexing mode of data source display version.
It is used by the following properties and methods:
Value | Brief description |
0 | Full. Full indexing:
|
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. In this case, new data will not be indexed.
See also: