ISolrSearchEngineCores

Assembly: BISearch;

Namespace: Prognoz.Platform.Interop.BISearch;

Description

The ISolrSearchEngineCores interface contains properties and methods to work with collection of the Solr instances.

Inheritance Hierarchy

ISolrSearchEngineCores

Comments

To get collection, use the ISolrSearchEngineService.Cores property.

Properties

  Property name Brief description
Count The Count property returns number of the Solr instances in collection.
Item The Item property returns parameters of the specified Solr instance.

Methods

  Method name Brief description
Add The Add method adds the Solr instance according to the specified parameters.
FindByKey The FindByKey method searches 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:

BISearch Assembly Interfaces