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