ISearchEngineService

Assembly: BISearch;

Description

The ISearchEngineService interface contains properties and methods that are used to get access to general functions of search service.

Inheritance Hierarchy

          ISearchEngineServiceBase

          ISearchEngineService

Comments

This interface is a base one for the ISolrSearchEngineService interface.

Properties

  Property name Brief description
SearchEngineSchema The SearchEngineSchema property returns the object allowing access to the main functionality of the search service.

Properties inherited from ISearchEngineServiceBase

  Property name Brief description
The Metabase property returns the repository that is used to work with the search platform.

Methods inherited from ISearchEngineServiceBase

  Method name Brief description
The LoadFromXml method loads parameters of the search platform from the specified XML element.
The SaveToXml method saves settings of the search platform to the specified XML element.

See also:

BISearch Assembly Interfaces