ISolrFieldValues.FindByField

Syntax

FindByField(Field: ISolrField): ISolrFieldValue;

Parameters

Field. Solr instance field.

Description

The FindByField method searches by the Solr instance field.

Comments

The method returns the element that is used to set field value if the search was successful, and Null if the specified field is absent in the Solr instance settings.

Example

The example of work with the ISolrFieldValues collection is given in description of the ISolrImportCustomValues.FillValues method.

See also:

ISolrFieldValues | System and Custom Fields