FieldBindings: ISolrImportFieldBindings;
FieldBindings: Prognoz.Platform.Interop.BISearch.ISolrImportFieldBindings;
The FieldBindings property returns parameters of custom fields filling.
The custom fields values are filled in using applied macro determined in the ISolrImportCustomBinding.ClassName property. If required, use the FieldBindings property to set bindings for auto fill of custom fields values on indexing.
The example of use is given in description of the ISolrImportAttributeFieldBinding.Dimension, ISolrImportFieldToFieldBinding.SourceField, ISolrImportDocumentExtensionBinding.Element properties.
See also: