ISearchEngineImportScheduledTask.Engine

Fore Syntax

Engine: ISearchEngineService;

Fore.NET Syntax

Engine: Prognoz.Platform.Interop.BISearch;

Description

The Engine property determines search service used for the processing.

Comments

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.

Example

The example of use is given in description of the ISearchEngineImportScheduledTask.ImportContext property.

See also:

ISearchEngineImportScheduledTask