Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISearchEngineImportContext interface contains base methods that are used to work with indexing context of data sources.
ISearchEngineImportContext
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.
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: