Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISolrImportFieldBindings interface contains properties and methods to work with parameters of custom fields filling in.
ISolrImportFieldBindings
On indexing custom fields filling is performed by its binding to any element: data source dimension element,another field or external source. You can get filling parameters using the ISolrSourceDataImportDestinationInfo.FieldBindings property.
| Property name | Brief description | |
| Count | The Count property returns number of bindings created for custom fields. | |
| Item | The Item property returns custom field binding parameters. |
| Method name | Brief description | |
| AddBinding | The AddBinding method creates binding for automatic fill of the custom field values. | |
| FindByField | The FindByField method searches binding parameters by custom field. | |
| FindByKey | The FindByKey method searches binding parameters by key. | |
| Remove | The Remove method removes binding parameters by index and returns attribute of successful removing. | |
| RemoveByField | The RemoveByField method removes binding parameters by field and returns attribute of successful removing. | |
| RemoveByKey | The RemoveByKey method removes binding parameters by key and returns attribute whether removing was successful. |
See also:
BISearch Assembly Interfaces | ISolrSearchEngineSchema.Fields | System and Custom Fields