ISolrSearchEngineCores.Remove

Fore Syntax

Remove(Index: Integer): Boolean;

Fore.NET Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Index of the Solr instance being removed.

Description

The Remove method removes settings of the Solr instance by index.

Comments

The method returns True, if removing was successful and False if removing 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