ISolrImportFieldBindings.FindByField

Syntax

FindByField(Field: ISolrField): ISolrImportFieldBinding;

Parameters

Field. The field, for which it is necessary to find binding parameters.

Description

The FindByField method searches for binding parameters by custom field.

Comments

The method returns binding parameters in case of successful search and Null if binding parameters have not been created yet for the field.

Depending on the binding type, cast method execution result to one of the following interfaces to determine additional parameters:

Example

The example of work with the ISolrImportFieldBindings collection is given in description of the ISolrImportAttributeFieldBinding.Dimension, ISolrImportFieldToFieldBinding.SourceField, ISolrImportDocumentExtensionBinding.Element properties.

See also:

ISolrImportFieldBindings