ISolrImportFieldBindings

Assembly: BISearch;

Description

The ISolrImportFieldBindings interface contains properties and methods that are used to work with parameters of custom fields filling in.

Inheritance Hierarchy

ISolrImportFieldBindings

Comments

On indexing custom fields filling in is executed by its binding to any element: data source dimension element, another field or external source. Filling parameters can be obtained using the ISolrSourceDataImportDestinationInfo.FieldBindings property.

Properties

  Property name Brief description
Count The Count property returns the number of bindings created for custom fields.
Item The Item property returns custom field binding parameters.

Methods

  Method name Brief description
AddBinding The AddBinding method creates a binding for automatic fill in of custom field values.
FindByField The FindByField method searches for binding parameters by custom field.
FindByKey The FindByKey method searches for binding parameters by key.
Remove The Remove method removes binding parameters by index and returns whether removal was successful.
RemoveByField The RemoveByField method removes binding parameters by field and returns whether removal was successful.
RemoveByKey The RemoveByKey method removes binding parameters by key and returns whether removal was successful.

See also:

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