ISolrImportFieldBindings.RemoveByKey

Fore Syntax

RemoveByKey(Key: Integer): Boolean;

Fore.NET Syntax

RemoveByKey(Key: Integer): Boolean;

Parameters

Key. The key of the parameters of the custom field binding being removed.

Description

The RemoveByKey method removes binding parameters by key and returns attribute whether removing was successful.

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