FindByKey(Key: Integer): ISolrSearchEngineCore;
FindByKey(Key: Integer): Prognoz.Platform.Interop.BISearch.ISolrSearchEngineCore;
Key. The Solr instance key.
The FindByKey method searches the Solr instance by key.
The method returns parameters of the Solr instance in case of successful search and Null, if the instance was not found.
The example of work with the ISolrSearchEngineCores collection is given in description of the ISolrSearchEngineCores.Add method.
See also: