SourceImportMode

Description

The SourceImportMode enumeration determines an indexing mode of data source display version.

It is used by the following properties and methods:

Available Values

Value Brief description
0 Full. Full indexing:
  • A matrix with data is built to form sets of dimension elements, which contain data. These elements will be indexed.
  • Data source name and description are indexed.
  • Custom fields values are indexed. Values are set using macros specified in ISolrImportCustomBinding.ClassName.
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:

BISearch Assembly Enumerations