Assembly: BISearch;
The ISolrSearchEngineCores interface contains properties and methods that are used to work with the collection of Solr instances.
ISolrSearchEngineCores
To get the collection, use the ISolrSearchEngineService.Cores property.
| Property name | Brief description | |
![]() |
Count | The Count property returns the number of Solr instances in the collection. |
![]() |
Item | The Item property returns parameters of the specified Solr instance. |
| Method name | Brief description | |
![]() |
Add | The Add method adds a Solr instance according to the specified parameters. |
![]() |
FindByKey | The FindByKey method searches for the Solr instance by key. |
![]() |
Remove | The Remove method removes settings of the Solr instance by index. |
![]() |
RemoveByKey | The RemoveByKey method removes settings of the Solr instance by key. |
See also: