ISolrSearchEngineCores.FindByKey

Syntax

FindByKey(Key: Integer): ISolrSearchEngineCore;

Parameters

Key. Solr instance key.

Description

The FindByKey method searches for the Solr instance by key.

Comments

The method returns parameters of the Solr instance in case of successful search, and Null if the instance was not found.

Example

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

See also:

ISolrSearchEngineCores