Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISearchExecutor interface contains methods that are used to prepare and to execute search.
ISearchExecutor
The ISearchEngineSchema.SearchExecutor property allows access to the object, which executes the search.
| Method name | Brief description | |
| CreateContext | The CreateContext method creates a search context. | |
| Search | The Search method executes the search and returns result set of records satisfying to specified conditions. |
See also: