ISourceDataImportContext

Assembly: BISearch;

Description

The ISourceDataImportContext interface contains properties and methods that are used to set up indexing context of data source structure.

Inheritance Hierarchy

          ISearchEngineImportContext

          ISourceDataImportContext

Comments

To create a context, use the ISearchExecutor.CreateContext method and cast result of its execution to the ISourceDataImportContext interface. The configured context is further used by the ISearchExecutor.Search method.

Properties

  Property name Brief description
SourceInfos The SourceInfos property returns indexing settings of data sources.

See also:

BISearch Assembly Interfaces