FindByField(Field: ISolrField): ISolrImportFieldBinding;
FindByField(Field: Prognoz.Platform.Interop.BISearch.ISolrField): Prognoz.Platform.Interop.BISearch.ISolrImportFieldBinding;
Field. Field for which it is necessary to find binding parameters.
The FindByField method searches 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 binding type lead 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: