Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The IImportExecutor interface contains methods that are used to prepare and index data sources.
IImportExecutor
The ISearchEngineSchema.ImportExecutor property allows access to the object, which executes indexing.
NOTE. The ISearchEngineSchema.ImportExecutor property is available only in the Fore.NET language.
Method name | Brief description | |
CreateContext | The CreateContext method creates a context for data source indexing. | |
Import | The Import method indexes data sources. |
See also: