ISolrImportFieldBindings.FindByField

Fore Syntax

FindByField(Field: ISolrField): ISolrImportFieldBinding;

Fore.NET Syntax

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

Parameters

Field. Field for which it is necessary to find binding parameters.

Description

The FindByField method searches 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 binding type lead 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