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 macros determined in the ISolrImportCustomBinding.ClassName property. If necessary using the FieldBindings property it is possible 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: