ISearchEngineImportContext

Assembly: BISearch;

Namespace: Prognoz.Platform.Interop.BISearch;

Description

The ISearchEngineImportContext interface contains base methods that are used to work with indexing context of data sources.

Inheritance Hierarchy

ISearchEngineImportContext

Comments

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

The interface is a base one for the ISourceDataImportContext and IMbObjectsImportContext interfaces.

Methods

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

See also:

BISearch Assembly Interfaces