Assembly: BISearch;
The ISolrSearchEngineService interface contains properties and methods that are used to get access to search service based on Apache Solr.
ISolrSearchEngineService
To get access to search service based on Apache Solr, cast 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 the Solr instances collection. |
Property name | Brief description | |
SearchEngineSchema | The SearchEngineSchema property returns the object allowing access to the main functionality of the search service. |
Property name | Brief description | |
Metabase | The Metabase property returns the repository that is used to work with the search platform. |
Method name | Brief description | |
LoadFromXml | The LoadFromXml method loads parameters of the search platform from the specified XML element. | |
SaveToXml | The SaveToXml method saves settings of the search platform to the specified XML element. |
See also: