ISearchExecutor

Assembly: BISearch;

Namespace: Prognoz.Platform.Interop.BISearch;

Description

The ISearchExecutor interface contains methods to prepare and then to execute search.

Inheritance Hierarchy

ISearchExecutor

Comments

The ISearchEngineSchema.SearchExecutor property gives access to the object which executes the search.

Methods

  Method name Brief description
CreateContext The CreateContext method creates search context.
Search The Search method executes the search and returns result set of records satisfying to selected conditions.

See also:

BISearch Assembly Interfaces