ISourceDataImportContext

Assembly: BISearch;

Namespace: Prognoz.Platform.Interop.BISearch;

Description

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

Inheritance Hierarchy

          ISearchEngineImportContext

          ISourceDataImportContext

Comments

To create context use the ISearchExecutor.CreateContext method and lead result of its execution to the ISourceDataImportContext interface. Set up context is further used by the ISearchExecutor.Search method.

Properties

  Property name Brief description
ContainerKeys The ContainerKeys property determines array of repository objects for which it is necessary to index all child elements.
SourceInfos The SourceInfos property returns indexing settings of data sources.

Methods inherited from ISearchEngineImportContext

  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