ISolrSearchEngineCores.FindByKey

Fore Syntax

FindByKey(Key: Integer): ISolrSearchEngineCore;

Fore.NET Syntax

FindByKey(Key: Integer): Prognoz.Platform.Interop.BISearch.ISolrSearchEngineCore;

Parameters

Key. The Solr instance key.

Description

The FindByKey method searches 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