ISolrSearchEngineCores.RemoveByKey

Syntax

RemoveByKey(Key: Integer): Boolean;

Parameters

Key. Key of the removed Solr instance.

Description

The RemoveByKey method removes settings of the Solr instance by key.

Comments

The method returns True if removal was successful, and False if removal is impossible due to some reasons.

Example

The example of work with the ISolrSearchEngineCores collection is given in description of the ISolrSearchEngineCores.Add method.

See also:

ISolrSearchEngineCores