FindById(Id: String): ISolrField;
FindById(Id: String): Prognoz.Platform.Interop.BISearch.ISolrField;
Id. Field identifier.
The FindById method searches field by identifier.
The field identifier is case-sensitive. The method returns the required field parameters in case the search is successful and the Null value, in case the field with specified identifier is not found.
The example of work with the ISolrFields collection is given in description of the ISolrSearchEngineSchema.Fields property.
See also: