Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISolrSearchEngineService interface contains properties and methods to get access to search service based on Apache Solr.
ISolrSearchEngineService
To get access to search service basing on Apache Solr, lead the value returned by the ISharedParams.SearchEngine property or the ISearchEngineServiceFactory.CreateSearchEngine method to the ISolrSearchEngineService interface.
| Property name | Brief description | |
| Cores | The Cores property returns collection of the Solr instances. |
| Property name | Brief description | |
| SearchEngineSchema | The SearchEngineSchema property returns object allowing access to the main functionality of the search service. |
| Property name | Brief description | |
| The Metabase property returns repository to work with which the search platform is used. |
| Method name | Brief description | |
| The LoadFromXml method loads parameters of the search platform from loaded XML element. | ||
| The SaveToXml method saves settings of the search platform to the specified XML element. |
See also: