Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The ISearchEngineServiceFactory interface contains method to initialize a new search service.
ISearchEngineServiceFactory
The search service enables the user to index structure and metadata of multidimensional data sources of repository and then search by indexed data.
Prognoz Platform 9 based on the Apache Solr search platform the BI search service is implemented. To work with it, use the ISolrSearchEngineService interface.
| Method name | Brief description | |
| The CreateSearchEngine method initializes a new instance of search platform. |
See also: