Engine: ISearchEngineService;
Engine: Prognoz.Platform.Interop.BISearch;
The Engine property determines search service used for the processing.
By default the property returns search service which set up for repository and which is available in the ISharedParams.SearchEngine property.
If it is necessary, it is possible to create dynamically and set up your own search service. And after it to determine it in the Engine property for use.
NOTE. It is recommended to use the search service set up for the repository.
The example of use is given in description of the ISearchEngineImportScheduledTask.ImportContext property.
See also: