Assembly: Metabase;
The ISearchEngineServiceFactory interface contains a 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.
In Foresight Analytics Platform, based on the Apache Solr search platform, the BI search service is implemented that is based on Apache Solr search platform. To work with it, use the ISolrSearchEngineService interface.
Method name | Brief description | |
CreateSearchEngine | The CreateSearchEngine method initializes a new instance of search platform. |
See also: