ISolrFilterConditions.Remove

Fore Syntax

Remove(Index: Integer): Boolean;

Fore.NET Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Filtering condition index.

Description

The Remove method removes filtering condition by index and returns the attribute that removing was successful.

Comments

The method returns True, if removing was successful and False if removing is impossible due to some reasons.

Example

The example of work with the ISolrFilterConditions collection is given in description of the ISolrSearchContext.FilterContext property.

See also:

ISolrFilterConditions