Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The ISearchEngineServiceBase interface contains basic properties and methods to work with search service.
ISearchEngineServiceBase
The interface is basic for the ISearchEngineServiceinterface. Object to work with search service can be obtained on executing the ISearchEngineServiceFactory.CreateSearchEngine method.
Property name | Brief description | |
The Metabase property returns repository to work with which search service is used. |
Method name | Brief description | |
The LoadFromXml method loads parameters of the search service from specified XML element. | ||
The SaveToXml method saves settings of the search service to the selected XML element. |
See also: