CreateContext: ISearchEngineSearchContext;
The CreateContext method creates a search context.
Depending on which type of search service was selected on getting the ISearchExecutor interface, the CreateContext method result must be cast to one of the following interfaces:
ISolrMbObjectsSearchContext. To search by indexed metadata of repository objects.
ISolrSourceDataSearchContext. To search by indexed structures of data sources and free dimensions.
The example of use is given in description of the ISearchExecutor.Search method.
See also: