CreateSearchEngine(pMetabase: IMetabase): ISearchEngineServiceBase;
pMeatabase. Repository, for which the BI search platform is initialized.
The CreateSearchEngine method initializes a new instance of a search service.
The obtained instance of the search service can be used to index sources and execute BI search.
The example of use is given in description of the ISearchEngineServiceBase.SaveToXml, ISearchEngineServiceBase.LoadFromXml methods.
See also: