Assembly: Metabase;
The ISearchEngineServiceBase interface contains basic properties and methods that are used to work with search service.
ISearchEngineServiceBase
The interface is basic for the ISearchEngineService interface. An object to work with search service can be obtained on executing the ISearchEngineServiceFactory.CreateSearchEngine method.
Property name | Brief description | |
Metabase | The Metabase property returns the repository, with which search service works. |
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: