Assembly: BISearch;
The ISourceDataImportContext interface contains properties and methods that are used to set up indexing context of data source structure.
ISearchEngineImportContext
ISourceDataImportContext
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.
Property name | Brief description | |
SourceInfos | The SourceInfos property returns indexing settings of data sources. |
See also: