ISearchEngineSchema.SearchExecutor

Syntax

SearchExecutor(Type: SearchEngineTargetType): ISearchExecutor;

Parameters

Type. Search service purpose.

Description

The SearchExecutor property returns the object that is used to search by indexed data depending on the specified type of search service.

Example

The example of use is given in description of the ISearchExecutor.Search method.

See also:

ISearchEngineSchema