ISolrFieldValues.FindByField

Fore Syntax

FindByField(Field: ISolrField): ISolrFieldValue;

Fore.NET Syntax

FindByField(Field: Prognoz.Platform.Interop.BISearch.ISolrField): Prognoz.Platform.Interop.BISearch.ISolrFieldValue;

Parameters

Field. The Solr instance field.

Description

The FindByField method searches by the Solr instance field.

Comments

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.

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