FindByField(Field: ISolrField): ISolrImportFieldBinding;
FindByField(Field: Prognoz.Platform.Interop.BISearch.ISolrField): Prognoz.Platform.Interop.BISearch.ISolrImportFieldBinding;
Field. The field, for which it is necessary to find binding parameters.
The FindByField method searches for binding parameters by custom field.
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:
The example of work with the ISolrImportFieldBindings collection is given in description of the ISolrImportAttributeFieldBinding.Dimension, ISolrImportFieldToFieldBinding.SourceField, ISolrImportDocumentExtensionBinding.Element properties.
See also: