ISearchEngineServiceFactory

Assembly: Metabase;

Namespace: Prognoz.Platform.Interop.Metabase;

Description

The ISearchEngineServiceFactory interface contains 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 Apache Solr search platform the BI search service is implemented. To work with it, use the ISolrSearchEngineService interface.

Methods

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

See also:

Metabase Assembly Interfaces