ISearchEngineServiceFactory

Assembly: Metabase;

Description

The ISearchEngineServiceFactory interface contains a method to initialize a new search service.

Inheritance Hierarchy

ISearchEngineServiceFactory

Comments

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.

Methods

  Method name Brief description
CreateSearchEngine The CreateSearchEngine method initializes a new instance of search platform.

See also:

Metabase Assembly Interfaces