FindById(Id: String; Type: SearchEngineTargetType): ISolrFieldValue;
FindById(Id: String; Type: Prognoz.Platform.Interop.BISearch.SearchEngineTargetType): Prognoz.Platform.Interop.BISearch.ISolrFieldValue;
Id. Field identifier.
Type. Search service purpose.
The FindById method searches by field identifier.
The field identifier is case-sensitive. The method returns element used to set field value, if the search was successful and Null, if specified field is absent in the Solr instance settings.
The example of work with the ISolrFieldValues collection is given in description of the ISolrImportCustomValues.FillValues method.
See also: