ISearchEngineImportContext

Assembly: BISearch;

Namespace: Prognoz.Platform.Interop.BISearch;

Description

The ISearchEngineImportContext interface contains basic methods to work with indexation context of data sources.

Inheritance Hierarchy

ISearchEngineImportContext

Comments

To create context, use the IImportExecutor.CreateContext method. The set context is used by the IImportExecutor.Import method.

The interface is basic for the ISourceDataImportContext and IMbObjectsImportContext interfaces.

Methods

  Method name Brief description
LoadFromXml The LoadFromXml method loads indexing parameters from specified XML element.
SaveToXml The SaveToXml method saves indexing parameters to the specified XML element.

See also:

BISearch Assembly Interfaces