ISolrFields.FindById

Syntax

FindById(Id: String): ISolrField;

Parameters

Id. Field identifier.

Description

The FindById method searches field by identifier.

Comments

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.

Example

The example of work with the ISolrFields collection is given in description of the ISolrSearchEngineSchema.Fields property.

See also:

ISolrFields | System and Custom Fields