ISolrImportAttributeFieldBinding

Assembly: BISearch;

Description

The ISolrImportAttributeFieldBinding interface contains properties that are used to bind custom field to dimension attribute.

Inheritance Hierarchy

          ISolrImportFieldBinding

          ISolrImportAttributeFieldBinding

Comments

The interface is used if on creating the binding the SolrFieldBindingType.ByAttribute type is selected. To set up parameters, cast the binding described by the ISolrImportFieldBinding interface to the ISolrImportAttributeFieldBinding interface.

Properties

  Property name Brief description
Attribute The Attribute property determines an attribute of the dimension, which values will be used as custom field values on indexing.
Dimension The Dimension property determines the data source dimension, to which attribute binding is made.

Properties inherited from ISolrImportFieldBinding

  Property name Brief description
Field The Field property returns the custom field, for which a binding is created.
Key The Key property returns binding key.
Type The Type property returns binding type of custom field.

See also:

BISearch Assembly Interfaces | ISolrSearchEngineSchema.Fields | System and Custom Fields