ISearchEngineServiceBase

Assembly: Metabase;

Description

The ISearchEngineServiceBase interface contains basic properties and methods that are used to work with search service.

Inheritance Hierarchy

ISearchEngineServiceBase

Comments

The interface is basic for the ISearchEngineService interface. An object to work with search service can be obtained on executing the ISearchEngineServiceFactory.CreateSearchEngine method.

Properties

  Property name Brief description
Metabase The Metabase property returns the repository, with which search service works.

Methods

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

See also:

Metabase Assembly Interfaces