ISolrImportFieldBindings.RemoveByField

Fore Syntax

RemoveByField(Field: ISolrField): Boolean;

Fore.NET Syntax

RemoveByField(Field: Prognoz.Platform.Interop.BISearch.ISolrField): Boolean;

Parameters

Field. Custom field for which it is necessary to remove binding parameters.

Description

The RemoveByField method removes binding parameters by field and returns attribute of successful removing.

Comments

The method returns True, if binding parameters were removed and False, if binding parameters cannot be removed due to some reasons.

Example

The example of work with the ISolrImportFieldBindings collection is given in description of the ISolrImportAttributeFieldBinding.Dimension, ISolrImportFieldToFieldBinding.SourceField, ISolrImportDocumentExtensionBinding.Element properties.

See also:

ISolrImportFieldBindings